changeset 7203:e9a44a8e0ddc

theme/monoblue: do not use a fixed width for the overview box
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 22 Oct 2008 18:32:22 +0200
parents 268c582bd42a
children ad28279053ef
files templates/static/style-monoblue.css
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/templates/static/style-monoblue.css	Wed Oct 22 18:32:17 2008 +0200
+++ b/templates/static/style-monoblue.css	Wed Oct 22 18:32:22 2008 +0200
@@ -335,16 +335,15 @@
 dl.overview {
   margin: 0 0 0 30px;
   font-size: 1.1em;
-  width: 450px;
   overflow: hidden;
 }
   dl.overview dt,
   dl.overview dd {
     margin: 5px 0;
-    width: 300px;
     float: left;
   }
   dl.overview dt {
+    clear: left;
     font-weight: bold;
     width: 150px;
   }