]> git.deb.at Git - deb/packages.git/blobdiff - static/debpkg.css
Merge branch 'master' into debian-master
[deb/packages.git] / static / debpkg.css
index fd12ed1d17eacf42ae599d535f1131209180ba26..aa484e534d224c66b8d2e6d2df427dad48fe5adb 100644 (file)
@@ -24,6 +24,7 @@
 #footer {
        padding-right: 10px;
        margin-left: 52px;
+       clear: both; /* added because right sidebar overlaps footer */
 }
 #pnavbar {
        font-size: 0.75em;
@@ -97,7 +98,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 +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;
+}