mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Revise a comment about styles I don't think LaTeX2HTML can generate,
but which came from their default stylesheet. Add styles for the new hyperlinked grammar productions.
This commit is contained in:
parent
432cef0d0b
commit
bde8d1c8af
1 changed files with 15 additions and 1 deletions
|
|
@ -10,7 +10,13 @@ .math { font-family: "Century Schoolbook", serif; }
|
|||
.boldmath { font-family: "Century Schoolbook", serif;
|
||||
font-weight: bold }
|
||||
|
||||
/* Implement both fixed-size and relative sizes: */
|
||||
/*
|
||||
* Implement both fixed-size and relative sizes.
|
||||
*
|
||||
* I think these can be safely removed, as it doesn't appear that
|
||||
* LaTeX2HTML ever generates these, even though these are carried
|
||||
* over from the LaTeX2HTML stylesheet.
|
||||
*/
|
||||
small.xtiny { font-size : xx-small; }
|
||||
small.tiny { font-size : x-small; }
|
||||
small.scriptsize { font-size : smaller; }
|
||||
|
|
@ -57,6 +63,14 @@ .titlegraphic { vertical-align: top; }
|
|||
|
||||
.verbatim { color: #00008b; }
|
||||
|
||||
.grammar { background-color: #99ccff;
|
||||
margin-right: 0.5in;
|
||||
padding: 0.05in; }
|
||||
.productions { background-color: #bbeeff; }
|
||||
.productions table { vertical-align: baseline; }
|
||||
.grammar-footer { padding: 0.05in;
|
||||
font-size: 85%; }
|
||||
|
||||
.email { font-family: avantgarde, sans-serif; }
|
||||
.mimetype { font-family: avantgarde, sans-serif; }
|
||||
.newsgroup { font-family: avantgarde, sans-serif; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue