X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=static%2Fdebpkg.css;h=9b7e6d396964cfc3abaa3c1b8f16bdf53b4e6250;hb=9f7446707c6a20dd43f1bb7cbddcc4b3a9756550;hp=fd12ed1d17eacf42ae599d535f1131209180ba26;hpb=81d027c06b404c45263fa149782104923c108bb3;p=deb%2Fpackages.git diff --git a/static/debpkg.css b/static/debpkg.css index fd12ed1..9b7e6d3 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; } @@ -130,7 +130,8 @@ div.warning { #pcontentsres { margin-bottom: 1.5em; } -#psearchres h3{ +#psearchres ul{ + margin-top:0; } #psearchres ul li{ } @@ -144,7 +145,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 +219,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 +291,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 { +}