[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r24235: {website} Make pre elements monospaced as well (website/trunk/css)



Author: rransom
Date: 2011-02-16 22:39:31 +0000 (Wed, 16 Feb 2011)
New Revision: 24235

Modified:
   website/trunk/css/typography.css
Log:
Make pre elements monospaced as well

Modified: website/trunk/css/typography.css
===================================================================
--- website/trunk/css/typography.css	2011-02-16 18:16:25 UTC (rev 24234)
+++ website/trunk/css/typography.css	2011-02-16 22:39:31 UTC (rev 24235)
@@ -91,7 +91,7 @@
 	margin: 2px 0 5px;
 }
 
-code, tt {
+pre, code, tt {
     font-family: Inconsolata, "Lucida Console", "Droid Sans Mono", Cousine, monospace;
 }