r77630 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77629‎ | r77630 | r77631 >
Date:01:12, 3 December 2010
Author:tparscal
Status:ok
Tags:
Comment:
Specified max width in em instead of px to support font scaling
Modified paths:
  • /trunk/phase3/resources/jquery.tipsy/jquery.tipsy.css (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/jquery.tipsy/jquery.tipsy.css
@@ -8,8 +8,8 @@
99 background-color: #e8f2f8;
1010 border: solid 1px #a7d7f9;
1111 color: black;
12 - max-width: 200px;
13 - text-align: center;
 12+ max-width: 15em;
 13+ text-align: left;
1414 }
1515 .tipsy-inner {
1616 border-radius: 3px;

Status & tagging log