From: Frank Lichtenheld Date: Mon, 21 Apr 2008 18:17:15 +0000 (+0200) Subject: [UBUNTU] Add max-width for links box X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=0fa21fb9c463e861cf50642a87c9a69b3080b206;p=deb%2Fpackages.git [UBUNTU] Add max-width for links box Since we have some long texts here now, we need this to keep the layout sane. --- diff --git a/static/packages.css.sed.in b/static/packages.css.sed.in index 6e26dcb..f60f4a4 100644 --- a/static/packages.css.sed.in +++ b/static/packages.css.sed.in @@ -49,6 +49,7 @@ h1 { border: thin solid #5B4832; padding: 1em .5em; width: auto; + max-width: 20%; } #pmoreinfo h2 { border-bottom: none;