Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bde8d1c

Browse files
committed
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.
1 parent 432cef0 commit bde8d1c

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

Doc/html/style.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@
1010
.boldmath { font-family: "Century Schoolbook", serif;
1111
font-weight: bold }
1212

13-
/* Implement both fixed-size and relative sizes: */
13+
/*
14+
* Implement both fixed-size and relative sizes.
15+
*
16+
* I think these can be safely removed, as it doesn't appear that
17+
* LaTeX2HTML ever generates these, even though these are carried
18+
* over from the LaTeX2HTML stylesheet.
19+
*/
1420
small.xtiny { font-size : xx-small; }
1521
small.tiny { font-size : x-small; }
1622
small.scriptsize { font-size : smaller; }
@@ -57,6 +63,14 @@ var { font-family: times, serif;
5763

5864
.verbatim { color: #00008b; }
5965

66+
.grammar { background-color: #99ccff;
67+
margin-right: 0.5in;
68+
padding: 0.05in; }
69+
.productions { background-color: #bbeeff; }
70+
.productions table { vertical-align: baseline; }
71+
.grammar-footer { padding: 0.05in;
72+
font-size: 85%; }
73+
6074
.email { font-family: avantgarde, sans-serif; }
6175
.mimetype { font-family: avantgarde, sans-serif; }
6276
.newsgroup { font-family: avantgarde, sans-serif; }

0 commit comments

Comments
 (0)