Mercurial > hg > vamp-website
comparison screen.css @ 128:817c3988afc7 website tip
Add a page about the Vamp Plugin Pack, including links to download mirrors
author | Chris Cannam |
---|---|
date | Tue, 11 Aug 2020 16:41:11 +0100 |
parents | 8e19532c31bf |
children |
comparison
equal
deleted
inserted
replaced
127:1982d4ba2ea3 | 128:817c3988afc7 |
---|---|
334 | 334 |
335 .no-results p { | 335 .no-results p { |
336 font-style: italic; | 336 font-style: italic; |
337 } | 337 } |
338 | 338 |
339 table.downloads, table.downloads th, table.downloads td { | |
340 border: 1px solid #505050; | |
341 padding: 0.7em; | |
342 border-collapse: collapse; | |
343 } | |
344 |