]> git.deb.at Git - deb/packages.git/commitdiff
packages.css: Avoid uneccessary scrollbar
authorJordà Polo <jorda@ettin.org>
Mon, 26 Nov 2007 11:20:26 +0000 (12:20 +0100)
committerFrank Lichtenheld <frank@lichtenheld.de>
Mon, 26 Nov 2007 11:20:26 +0000 (12:20 +0100)
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

index 7a4d9d3184b62c6e0324da6ea15415312ba78d7f..0e5ae372f5983f252f5f56b6059c181b8dd3b42e 100644 (file)
@@ -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;