X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=static%2Fdebpkg.css;h=aa484e534d224c66b8d2e6d2df427dad48fe5adb;hb=39c8d5a2fa0e09b0ee557c46a6f0bb34f327f18e;hp=d816342f44cffb7895eb24e343f186a28c05aeff;hpb=eca09460765aac4befd00df4c4e97fb9c6930661;p=deb%2Fpackages.git diff --git a/static/debpkg.css b/static/debpkg.css index d816342..aa484e5 100644 --- a/static/debpkg.css +++ b/static/debpkg.css @@ -24,6 +24,7 @@ #footer { padding-right: 10px; margin-left: 52px; + clear: both; /* added because right sidebar overlaps footer */ } #pnavbar { font-size: 0.75em; @@ -42,7 +43,7 @@ margin: 0 0 10px 0.5em; border-left:1px solid #a9abb3; font-size: 0.75em; - line-height: 2; + line-height: 1.5; } #pmoreinfo a { text-decoration: none; @@ -130,7 +131,8 @@ div.warning { #pcontentsres { margin-bottom: 1.5em; } -#psearchres h3{ +#psearchres ul{ + margin-top:0; } #psearchres ul li{ } @@ -144,7 +146,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'); @@ -217,9 +219,7 @@ div#pothers { border-bottom: 1px solid #a9abb3; border-top: 1px solid #a9abb3; width: 100%; -} -#pdownload td{ - border-top: 1px solid #a9abb3; + font-size: 0.75em; } #pdeplegend td li { padding-left:0; @@ -293,3 +293,24 @@ 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 { +} +.vcurrent { + background-color: #bfb; +} +.volder { + background-color: #ffb; +} +.vold { + background-color: #fbb; +}