From: Jordà Polo Date: Mon, 26 Nov 2007 11:20:26 +0000 (+0100) Subject: packages.css: Avoid uneccessary scrollbar X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=13fc13d038afd0f5885009dd2f793e2c8f81db28;hp=-c packages.css: Avoid uneccessary scrollbar remove width: 100% from #pnavbar, it causes the bar to be slightly larger than the width of the window in most browsers, causing them to display a uneccessary scrollbar. --- 13fc13d038afd0f5885009dd2f793e2c8f81db28 diff --git a/static/packages.css.sed.in b/static/packages.css.sed.in index 7a4d9d3..0e5ae37 100644 --- a/static/packages.css.sed.in +++ b/static/packages.css.sed.in @@ -301,7 +301,6 @@ table#pdeplegend, #pdownload table { padding-left: 1em; padding-top: 6px; padding-bottom: 4px; - width: 100%; height: auto; text-align: left; background: #DF0451;