Parcourir la source

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

[SVN r25761]
Daryle Walker il y a 22 ans
Parent
commit
919c27b853
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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号