ソースを参照

Moved strange spacing requirements of <code> tags from default handling to a new class

[SVN r25761]
Daryle Walker 22 年 前
コミット
919c27b853
1 ファイル変更3 行追加0 行削除
  1. 3 0
      boost.css

+ 3 - 0
boost.css

@@ -30,6 +30,9 @@ CODE
 {
     FONT-FAMILY: Courier,
                  monospace;
+}
+CODE.as_pre
+{
     white-space: pre;
 }
 .index

粤ICP备19079148号