From 359bfbb298f9d8d313de59e7e2b454e3e7ad4bc3 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 1 Jun 2011 13:12:29 +0000 Subject: style up --- g/style/screen.css | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'g/style/screen.css') diff --git a/g/style/screen.css b/g/style/screen.css index c988af145..b1eaf99ea 100644 --- a/g/style/screen.css +++ b/g/style/screen.css @@ -308,3 +308,45 @@ h2.download-btn a:visited { color: #fff; } p#subnav { text-align: right; color: #777; } p#subnav a.sel { color: #000; } +.product-list { + padding: 0; + margin: 0; +} +.product-list > li { + list-style: none; + padding-left: 70px; + min-height: 60px; + background-image: url(/g/images/smi/vcard-48x48.png); + background-repeat: no-repeat; + background-position: 0 4px; + margin-bottom: 2em; +} +.product-list li h3 { + font-size: 140%; + margin: 0; + padding: 5px; + color: #000; + font-weight: bold; +} +.product-list li h3 a { + color: #000; +} + +.product-list li#marketing { + background-image: url(/g/images/smi/feed-48x48.png); +} +.product-list li#web, .contrib-list li#mirror { + background-image: url(/g/images/smi/website-48x48.png); +} +.product-list li#triage { + background-image: url(/g/images/smi/feed-48x48.png); +} +.product-list li#triage { + background-image: url(/g/images/smi/feed-48x48.png); +} +.product-act li { + margin-bottom: 0.6em; +} +.product-act { + margin-bottom: 2.5em; +} -- cgit v1.2.1