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 @@
3232 font-family: Courier;
3333 </pre>
3434
 35+<pre style='
 36+font-family: monospace, monospace;'>
 37+font-family: monospace, monospace;
 38+</pre>
3539
3640 <pre style='
3741 font-family: monospace, "Courier New";'>
@@ -47,3 +51,8 @@
4852 font-family: monospace, Verdana;
4953 </pre>
5054
 55+<pre style='
 56+font-family: monospace, DOESNOTEXISTREALLY;'>
 57+font-family: monospace, DOESNOTEXISTREALLY;
 58+</pre>
 59+

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108123test rendering font-family for monospaced fonts...hashar09:16, 5 January 2012

Status & tagging log