mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Push more of the display control into the style sheet.
This commit is contained in:
parent
acff0b3f3b
commit
1681627ebf
2 changed files with 10 additions and 3 deletions
|
@ -27,6 +27,13 @@ BIG.XHUGE { font-size : xx-large }
|
|||
* the normal text size.
|
||||
*/
|
||||
|
||||
body { color: #000000;
|
||||
background-color: #ffffff; }
|
||||
|
||||
a:active { color: #ff0000; }
|
||||
a:visited { color: #551a8b; }
|
||||
a:link { color: #0000bb; }
|
||||
|
||||
h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif;
|
||||
font-weight: bold }
|
||||
h1 { font-size: 180% }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue