diff options
Diffstat (limited to 'site.css')
-rw-r--r-- | site.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/site.css b/site.css index 4c993eb1..ae4cbc0f 100644 --- a/site.css +++ b/site.css @@ -67,6 +67,15 @@ a:hover { margin: 0; } +#sidebar h3 { + font-size: 1.1em; + text-align: center; + font-style: oblique; + font-variant: small-caps; + margin-top: 0.3em; + margin-bottom: 0em; +} + #sidebar p { text-align: center; margin: 0.5em 0; @@ -191,6 +200,14 @@ h1 { font-size: 3em; font-variant: small-caps; font-style: oblique; + margin-bottom: 0; +} + +#top-index #content h3 { + text-align: center; + font-size: 1.1em; + font-style: oblique; + font-weight: normal; } #intro-menu { |