>From be839fada47678b869199760eb351ff8151d2be6 Mon Sep 17 00:00:00 2001 From: Alex Sassmannshausen Date: Tue, 20 Aug 2013 00:56:37 +0200 Subject: [PATCH 3/3] list-packages: Improve CSS for legibility, remove redundant CSS. * build-aux/list-packages.scm (insert-css): Improve CSS for legibility, remove redundant CSS. --- build-aux/list-packages.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-aux/list-packages.scm b/build-aux/list-packages.scm index 4ef1ce9..6303066 100755 --- a/build-aux/list-packages.scm +++ b/build-aux/list-packages.scm @@ -210,9 +210,6 @@ table#packages, table#packages tr, table#packages tbody, table#packages td, tabl border: 0px solid black; clear: both; } -div.package-description { - position: relative; -} table#packages tr:nth-child(even) { background-color: #FFF; } @@ -244,8 +241,12 @@ img.package-logo { float: left; padding: 0.75em; } +table#packages span { + font-weight: 700; +} table#packages span a { float: right; + font-weight: 500; } a#top { position:fixed; -- 1.7.10.4