Mercurial > hg > vamp-website
changeset 103:af5c563a5839 website
Show featured plugin. Now, how to choose a featured plugin?
author | Chris Cannam |
---|---|
date | Fri, 19 Sep 2014 15:34:52 +0100 |
parents | b338c229a6d4 |
children | 8e19532c31bf |
files | screen.css |
diffstat | 1 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/screen.css Tue Jun 24 14:14:39 2014 +0100 +++ b/screen.css Fri Sep 19 15:34:52 2014 +0100 @@ -39,6 +39,7 @@ } h3 { margin-bottom: 0; + clear: both; } h4 { margin-bottom: 0; @@ -117,14 +118,18 @@ padding-left: 6em; } -.pluginlist { +.featured .library:last-child { + margin-bottom: 2em; +} + +.pluginlist, .featured { width: 100%; margin-left: 0%; margin-right: 0%; clear: both; } -.pluginlist > ul { +.pluginlist > ul, .featured > ul { padding-left: 4%; padding-right: 5%; } @@ -166,7 +171,7 @@ background: #f8f8f8; } -.pluginlist li { +.pluginlist li, .featured li { list-style-type: none; }