r108125 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r108124
|
r108125
|
r108126
>
Date:
09:24, 5 January 2012
Author:
hashar
Status:
ok
Tags:
Comment:
additional monospaced font-family hacks
font-family: monospace, monospace;
Is elegant and has my preference :-)
font-family: monospace, DOESNOTEXISTREALLY;
Really make it obvious
follow
r108123
Modified paths:
/trunk/phase3/docs/uidesign/monospace.html
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/docs/uidesign/monospace.html
—
—
@@ -31,6 +31,10 @@
32
32
font-family: Courier;
33
33
</pre>
34
34
35
+<pre style='
36
+font-family: monospace, monospace;'>
37
+font-family: monospace, monospace;
38
+</pre>
35
39
36
40
<pre style='
37
41
font-family: monospace, "Courier New";'>
—
—
@@ -47,3 +51,8 @@
48
52
font-family: monospace, Verdana;
49
53
</pre>
50
54
55
+<pre style='
56
+font-family: monospace, DOESNOTEXISTREALLY;'>
57
+font-family: monospace, DOESNOTEXISTREALLY;
58
+</pre>
59
+
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r108123
test rendering font-family for monospaced fonts...
hashar
09:16, 5 January 2012
Status & tagging log
00:51, 18 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r108125
[
removed:
core]
09:58, 5 January 2012
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r108125
[
removed:
new
added:
ok]
09:24, 5 January 2012
Hashar
(
talk
|
contribs
)
changed the
tags
for r108125
[
added:
core]