r10450 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r10449
|
r10450
|
r10451
>
Date:
08:08, 12 August 2005
Author:
hashar
Status:
old
Tags:
Comment:
Use black on white colors. Some skins might have 'stranges' colors.
Modified paths:
/trunk/phase3/skins/common/commonPrint.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/skins/common/commonPrint.css
—
—
@@ -123,6 +123,8 @@
124
124
text-align: left;
125
125
}
126
126
#footer {
127
+ background : white;
128
+ color : black;
127
129
border-top: 1px solid black;
128
130
}
129
131
—
—
@@ -146,6 +148,8 @@
147
149
font-size: 8pt;
148
150
overflow: auto;
149
151
padding: 1em 0;
152
+ background : white;
153
+ color : black;
150
154
}
151
155
152
156
table.listing,
—
—
@@ -175,6 +179,11 @@
176
180
min-width: 0 !important;
177
181
}
178
182
183
+#content {
184
+ background : white;
185
+ color : black;
186
+}
187
+
179
188
#column-content {
180
189
margin: 0 !important;
181
190
}
Status & tagging log
01:58, 13 October 2010
😂
(
talk
|
contribs
)
changed the
status
of r10450
[
removed:
new
added:
old]