mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-08 13:39:58 +00:00
Clean up stylesheet.
This commit is contained in:
parent
4ddc06eeab
commit
2e7bc89ddd
@ -7,8 +7,8 @@
|
||||
h1, h2, h3, p { font-family: sans-serif; text-align: justify; }
|
||||
tt, pre a:link, pre a:visited, tt a:link, tt a:visited { font-weight: bold; color: #7f0000; }
|
||||
pre { font-weight: bold; color: #7f0000; margin-left: 2em; }
|
||||
span.info { font-weight: bold; font-style: italic; color: #ffffff; background: #000000; }
|
||||
h3 span.info { float: right; }
|
||||
span.info { background: #000000; border: solid thin #000000; color: #ffffff; font-size: 80%; font-style: italic; font-weight: bold; white-space: nowrap; }
|
||||
h3 span.info { float: right; font-size: 100%; }
|
||||
h1.title, h2.title, h3.title { border-bottom: solid 2px #000000; }
|
||||
--></style>
|
||||
</head>
|
||||
|
@ -2214,8 +2214,10 @@ write_documentation(
|
||||
"\th1, h2, h3, p { font-family: sans-serif; text-align: justify; }\n"
|
||||
"\ttt, pre a:link, pre a:visited, tt a:link, tt a:visited { font-weight: bold; color: #7f0000; }\n"
|
||||
"\tpre { font-weight: bold; color: #7f0000; margin-left: 2em; }\n"
|
||||
"\tspan.info { font-weight: bold; font-style: italic; color: #ffffff; background: #000000; }\n"
|
||||
"\th3 span.info { float: right; }\n"
|
||||
"\tspan.info { background: #000000; border: solid thin #000000; "
|
||||
"color: #ffffff; font-size: 80%; font-style: italic; "
|
||||
"font-weight: bold; white-space: nowrap; }\n"
|
||||
"\th3 span.info { float: right; font-size: 100%; }\n"
|
||||
"\th1.title, h2.title, h3.title { border-bottom: solid 2px #000000; }\n"
|
||||
"\t--></style>\n"
|
||||
"</head>\n"
|
||||
|
Loading…
Reference in New Issue
Block a user