diff options
Diffstat (limited to 'plain.css')
-rw-r--r-- | plain.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plain.css b/plain.css index aa9881d..cdd170d 100644 --- a/plain.css +++ b/plain.css @@ -4,6 +4,21 @@ body { text-align: justify; } +h1 { + text-align: center; + font-weight: normal; +} + +.indent p { + margin-bottom: 0; + padding-bottom: 0; +} +.indent p + p { + margin-top: 0; + padding-top: 0; + text-indent: 2em; +} + a.link {color: #0000A0;} a.visited {color: #A000A0;} a.active {color: #00A000;} |