r51610 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51609‎ | r51610 | r51611 >
Date:22:05, 8 June 2009
Author:tparscal
Status:deferred
Tags:
Comment:
Fixed bug in side bar menus where really long unbreakable character sequences were overlaying the page content
Modified paths:
  • /trunk/phase3/skins/vector/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main.css
@@ -102,6 +102,7 @@
103103 padding: 0;
104104 padding-bottom: 0.5em;
105105 margin: 0;
 106+ overflow: hidden;
106107 }
107108 div#panel > div.buffer > div.portal > div.body > ul > li > a {
108109 color: #00528c;

Status & tagging log