##// END OF EJS Templates
theme/monoblue: do not use a fixed width for the overview box
Benoit Boissinot -
r7203:e9a44a8e default
parent child Browse files
Show More
@@ -335,16 +335,15 b' div#monoblue-corner-bottom-right {'
335 335 dl.overview {
336 336 margin: 0 0 0 30px;
337 337 font-size: 1.1em;
338 width: 450px;
339 338 overflow: hidden;
340 339 }
341 340 dl.overview dt,
342 341 dl.overview dd {
343 342 margin: 5px 0;
344 width: 300px;
345 343 float: left;
346 344 }
347 345 dl.overview dt {
346 clear: left;
348 347 font-weight: bold;
349 348 width: 150px;
350 349 }
General Comments 0
You need to be logged in to leave comments. Login now