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 @@
9
9
background-color: #e8f2f8;
10
10
border: solid 1px #a7d7f9;
11
11
color: black;
12
- max-width: 200px;
13
- text-align: center;
12
+ max-width: 15em;
13
+ text-align: left;
14
14
}
15
15
.tipsy-inner {
16
16
border-radius: 3px;
Status & tagging log
13:16, 14 December 2010
😂
(
talk
|
contribs
)
changed the
status
of r77630
[
removed:
new
added:
ok]