X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=static%2Fdebpkg.css;h=cac12529667e8992d3777c5c692de65b0adeec32;hb=da1e839e211f68d7ff3f4355564f506630612f26;hp=80d597ef935ed140fff928a85d1d4a7428511714;hpb=f8782866dd40ac1bd97ed2f7f126a52398972ef6;p=deb%2Fpackages.git diff --git a/static/debpkg.css b/static/debpkg.css index 80d597e..cac1252 100644 --- a/static/debpkg.css +++ b/static/debpkg.css @@ -42,11 +42,14 @@ 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; } @@ -141,7 +144,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 +218,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 +290,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 { +}