]> git.deb.at Git - deb/packages.git/blobdiff - static/debpkg.css
Modified langContainer and langSelector to uniform it with the one present on
[deb/packages.git] / static / debpkg.css
index 80d597ef935ed140fff928a85d1d4a7428511714..95830bbf371c026a29bf5359a5a9b4ad85a77ddd 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;
        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;
 }
+#pmoreinfo div.screenshot {
+       min-height: 120px;
+}
 #pmoreinfo a:hover {
        text-decoration: underline;
 }
@@ -127,7 +131,8 @@ div.warning {
 #pcontentsres {
        margin-bottom: 1.5em;
        }
-#psearchres h3{
+#psearchres ul{
+       margin-top:0;
 }
 #psearchres ul li{
 }
@@ -141,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');
@@ -215,9 +220,6 @@ div#pothers {
        border-top: 1px solid #a9abb3;
        width: 100%;
 }
-#pdownload td{
-       border-top: 1px solid #a9abb3;
-}
 #pdeplegend td li {
        padding-left:0;
 }
@@ -290,3 +292,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 {
+}