Sort CSS entries.
This commit is contained in:
parent
8585cf56c1
commit
433295ab6e
|
@ -35,27 +35,30 @@ html_header_1 = """\
|
||||||
html_header_2 = """\
|
html_header_2 = """\
|
||||||
API Reference</title>
|
API Reference</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
a:link { color: #0000EF; }
|
||||||
|
a:visited { color: #51188E; }
|
||||||
|
a:hover { color: #FF0000; }
|
||||||
|
|
||||||
body { font-family: Verdana, Geneva, Arial, Helvetica, serif;
|
body { font-family: Verdana, Geneva, Arial, Helvetica, serif;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background: #FFFFFF; }
|
background: #FFFFFF; }
|
||||||
|
|
||||||
p { text-align: justify; }
|
|
||||||
h1 { text-align: center; }
|
h1 { text-align: center; }
|
||||||
li { text-align: justify; }
|
|
||||||
td { padding: 0 0.5em 0 0.5em; }
|
|
||||||
td.left { padding: 0 0.5em 0 0.5em;
|
|
||||||
text-align: left; }
|
|
||||||
|
|
||||||
a:link { color: #0000EF; }
|
li { text-align: justify; }
|
||||||
a:visited { color: #51188E; }
|
|
||||||
a:hover { color: #FF0000; }
|
p { text-align: justify; }
|
||||||
|
|
||||||
|
pre.colored { color: blue; }
|
||||||
|
|
||||||
span.keyword { font-family: monospace;
|
span.keyword { font-family: monospace;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
color: darkblue; }
|
color: darkblue; }
|
||||||
|
|
||||||
pre.colored { color: blue; }
|
td { padding: 0 0.5em 0 0.5em; }
|
||||||
|
td.left { padding: 0 0.5em 0 0.5em;
|
||||||
|
text-align: left; }
|
||||||
|
|
||||||
ul.empty { list-style-type: none; }
|
ul.empty { list-style-type: none; }
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue