# HG changeset patch # User Benoit Boissinot # Date 2008-10-22 16:32:22 # Node ID e9a44a8e0ddc26f6bce9aab8281d111fa300ccf8 # Parent 268c582bd42a875ed2ee7c8497029cda40da4c98 theme/monoblue: do not use a fixed width for the overview box diff --git a/templates/static/style-monoblue.css b/templates/static/style-monoblue.css --- a/templates/static/style-monoblue.css +++ b/templates/static/style-monoblue.css @@ -335,16 +335,15 @@ div#monoblue-corner-bottom-right { 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; }