From 13fc13d038afd0f5885009dd2f793e2c8f81db28 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jord=C3=A0=20Polo?= Date: Mon, 26 Nov 2007 12:20:26 +0100 Subject: [PATCH] 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. --- static/packages.css.sed.in | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2