diff options
author | Nick White <git@njw.me.uk> | 2010-11-13 19:12:44 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-11-13 19:12:44 +0000 |
commit | d2d13536fe2a8871efd0ca6164043275e9961385 (patch) | |
tree | 76d647b6f6f024e4905a26d449255c164a7f55f2 /webheader.html | |
parent | 3d293ecb997547ce48ab5ee3c6a83effddbbb0ae (diff) |
Release version 0.3v0.3
Diffstat (limited to 'webheader.html')
-rw-r--r-- | webheader.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webheader.html b/webheader.html index ff3a7da..401a294 100644 --- a/webheader.html +++ b/webheader.html @@ -4,7 +4,7 @@ body { font-family: sans-serif; width: 75%; margin: auto; } h1 { font-size: 1.6em; text-align: center; margin-bottom: 0.2em; } h2 { font-size: 1.2em; border-bottom: thin solid black; margin-top: 0.1em; } h3 { border: thin solid black; margin: auto; background: #cd2f2f; - width: 17em; text-align: center; padding: 0.2em; margin-bottom: 0.3em; } + width: 19em; text-align: center; padding: 0.2em; margin-bottom: 0.3em; } h3:hover { background: #ff9657; } h3 a { color: black; text-decoration: none } h3 a:hover { text-decoration: underline } |