http://www.mediawiki.org/wiki/Special:Code/MediaWiki/76322

Revision: 76322
Author:   tparscal
Date:     2010-11-08 18:20:26 +0000 (Mon, 08 Nov 2010)
Log Message:
-----------
Resolves bug #20706 by including kbd and samp elements in the rule which fixes 
monospace text sizing already being applied to pre, code and tt.

Modified Paths:
--------------
    trunk/phase3/skins/vector/screen.css

Modified: trunk/phase3/skins/vector/screen.css
===================================================================
--- trunk/phase3/skins/vector/screen.css        2010-11-08 18:14:52 UTC (rev 
76321)
+++ trunk/phase3/skins/vector/screen.css        2010-11-08 18:20:26 UTC (rev 
76322)
@@ -744,7 +744,7 @@
        font-family: Times, "Times New Roman", serif;
        font-style: italic;
 }*/
-pre, code, tt {
+pre, code, tt, kbd, samp {
        /*
         * It's important for this rule to first reference an actual font name, 
some browsers will render the monospace text
         * too small otherwise, namely Firefox, Chrome and Safari


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to