X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=static%2Fdebpkg.css;h=aa484e534d224c66b8d2e6d2df427dad48fe5adb;hb=39c8d5a2fa0e09b0ee557c46a6f0bb34f327f18e;hp=9b7e6d396964cfc3abaa3c1b8f16bdf53b4e6250;hpb=734b7c5334a1aca99359acfc87807c0bddd14d34;p=deb%2Fpackages.git diff --git a/static/debpkg.css b/static/debpkg.css index 9b7e6d3..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; @@ -218,6 +219,7 @@ div#pothers { border-bottom: 1px solid #a9abb3; border-top: 1px solid #a9abb3; width: 100%; + font-size: 0.75em; } #pdeplegend td li { padding-left:0; @@ -303,3 +305,12 @@ td { } th { } +.vcurrent { + background-color: #bfb; +} +.volder { + background-color: #ffb; +} +.vold { + background-color: #fbb; +}