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
1 fichiers modifiés avec
3 ajouts et
0 suppressions
-
3
0
boost.css
|
|
@@ -30,6 +30,9 @@ CODE
|
|
|
{
|
|
|
FONT-FAMILY: Courier,
|
|
|
monospace;
|
|
|
+}
|
|
|
+CODE.as_pre
|
|
|
+{
|
|
|
white-space: pre;
|
|
|
}
|
|
|
.index
|