r91831 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r91830
|
r91831
|
r91832
>
Date:
13:19, 10 July 2011
Author:
diebuche
Status:
ok
Tags:
Comment:
Add a font-size to .redirectText in Vector and fix the vertical alignment of the arrow.
Bug 26544
Modified paths:
/trunk/phase3/skins/vector/screen.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/skins/vector/screen.css
—
—
@@ -1140,6 +1140,14 @@
1141
1141
text-transform: none;
1142
1142
}
1143
1143
1144
+.redirectText {
1145
+ font-size: 140%;
1146
+}
1147
+
1148
+.redirectMsg img {
1149
+ vertical-align: text-bottom;
1150
+}
1151
+
1144
1152
.toccolours {
1145
1153
border: 1px solid #aaa;
1146
1154
background-color: #f9f9f9;
Status & tagging log
18:45, 9 August 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r91831
[
removed:
new
added:
ok]