Răsfoiți Sursa

added monospace as last alternative for PRE and CODE

[SVN r22901]
Gennaro Prota 22 ani în urmă
părinte
comite
8ee03f66a0
1 a modificat fișierele cu 4 adăugiri și 2 ștergeri
  1. 4 2
      boost.css

+ 4 - 2
boost.css

@@ -23,11 +23,13 @@ BODY
 PRE
 {
     MARGIN-LEFT: 2em;
-    FONT-FAMILY: Courier;
+    FONT-FAMILY: Courier,
+                 monospace;
 }
 CODE
 {
-    FONT-FAMILY: Courier;
+    FONT-FAMILY: Courier,
+                 monospace;
     white-space: pre;
 }
 .index

粤ICP备19079148号