From 0fa21fb9c463e861cf50642a87c9a69b3080b206 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Mon, 21 Apr 2008 20:17:15 +0200 Subject: [PATCH] [UBUNTU] Add max-width for links box Since we have some long texts here now, we need this to keep the layout sane. --- static/packages.css.sed.in | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2