Commit 329796d6 authored by Fred Drake's avatar Fred Drake

Consistency nits, untabify.

parent 8a9db997
...@@ -4,19 +4,21 @@ ...@@ -4,19 +4,21 @@
*/ */
/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */ /* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH { font-family: "Century Schoolbook", serif; } .math { font-family: "Century Schoolbook", serif; }
.MATH I { font-family: "Century Schoolbook", serif; font-weight: bold } .math i { font-family: "Century Schoolbook", serif;
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold } font-weight: bold }
.boldmath { font-family: "Century Schoolbook", serif;
font-weight: bold }
/* implement both fixed-size and relative sizes */ /* Implement both fixed-size and relative sizes: */
SMALL.XTINY { font-size : xx-small } small.xtiny { font-size : xx-small }
SMALL.TINY { font-size : x-small } small.tiny { font-size : x-small }
SMALL.SCRIPTSIZE { font-size : smaller } small.scriptsize { font-size : smaller }
SMALL.FOOTNOTESIZE { font-size : small } small.footnotesize { font-size : small }
BIG.XLARGE { font-size : large } big.xlarge { font-size : large }
BIG.XXLARGE { font-size : x-large } big.xxlarge { font-size : x-large }
BIG.HUGE { font-size : larger } big.huge { font-size : larger }
BIG.XHUGE { font-size : xx-large } big.xhuge { font-size : xx-large }
/* /*
* Document-specific styles come next; * Document-specific styles come next;
...@@ -79,7 +81,6 @@ var { font-family: serif; ...@@ -79,7 +81,6 @@ var { font-family: serif;
/* /*
* Class 'availability' is used for module availability statements at * Class 'availability' is used for module availability statements at
* the top of modules. Otherwise, rely on context for platform specifiers * the top of modules.
* (generated by \platform and \platformof).
*/ */
.availability .platform { font-weight: bold } .availability .platform { font-weight: bold }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment