diff options
Diffstat (limited to 'htdocs/css/main.css')
-rw-r--r-- | htdocs/css/main.css | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/htdocs/css/main.css b/htdocs/css/main.css index be823b3..3e306ce 100644 --- a/htdocs/css/main.css +++ b/htdocs/css/main.css @@ -22,7 +22,7 @@ body { margin: 0 1.5em 0 1.5em; } -.bigbutton { +.bigbutton, .bigbutton:visited { background: url('../images/bigbutton.png') repeat-x center top; color: white; padding: 0.3em 1em 0.3em 1em; @@ -30,7 +30,7 @@ body { border-radius: 5px; } -.smallbutton { +.smallbutton, .smallbutton:visited { background: url('../images/smallbutton.png') repeat-x center top; color: white; padding: 0.3em 1em 0.3em 1em; @@ -86,6 +86,19 @@ body { } +dt { + margin-top: 1.5em; + margin-bottom: 0.25em; + text-transform: uppercase; + font-weight: bold; + font-size: larger; +} + +a, a:visited { + text-decoration: none; + color: blue; +} + .post { margin-bottom: 2em; } |