theme/monoblue: do not use a fixed width for the overview box
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 22 Oct 2008 18:32:22 +0200
changeset 7203 e9a44a8e0ddc
parent 7202 268c582bd42a
child 7204 ad28279053ef
theme/monoblue: do not use a fixed width for the overview box
templates/static/style-monoblue.css
--- 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;
   }