From da1e839e211f68d7ff3f4355564f506630612f26 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kalle=20S=C3=B6derman?= Date: Wed, 2 Feb 2011 23:43:49 +0000 Subject: [PATCH] Table changes and minor formatting --- static/debpkg.css | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/static/debpkg.css b/static/debpkg.css index fd12ed1..cac1252 100644 --- a/static/debpkg.css +++ b/static/debpkg.css @@ -97,7 +97,7 @@ background-repeat: no-repeat; background-position: 0.5em 1em; font-size: 0.75em; - line-height: 2; + line-height: 2em; background-color:#FFFFCB; border:0.15em solid #CCCCA3; } @@ -144,7 +144,7 @@ div#pothers { #pothers a, #pothers strong { } #psearchsug { - font-size: 0.75em; + font-size: 0.75em; margin: 0; line-height: 2; background-image: url('Pics/reddot.png'); @@ -218,9 +218,6 @@ div#pothers { border-top: 1px solid #a9abb3; width: 100%; } -#pdownload td{ - border-top: 1px solid #a9abb3; -} #pdeplegend td li { padding-left:0; } @@ -293,3 +290,15 @@ h1 strong.pmarker { .psearch-other-hits { margin-top: 1em; } +table { + border-bottom: 1px solid #a9abb3; + border-top: 1px solid #a9abb3; + } + +td { + background-image: url(Pics/greydot.png); + background-position: top left; + background-repeat: repeat-x; +} +th { +} -- 2.39.2