فهرست منبع

added monospace as last alternative for PRE and CODE

[SVN r22901]
Gennaro Prota 22 سال پیش
والد
کامیت
8ee03f66a0
1فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 4 2
      boost.css

+ 4 - 2
boost.css

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

粤ICP备19079148号