diff options
author | Nick White <git@njw.me.uk> | 2010-11-03 18:35:20 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-11-03 18:35:20 +0000 |
commit | 260ec29c3adfff8157cd8176ef05c09bda2b253f (patch) | |
tree | 9706b9f1cafd309c0dc42930be672fbcdcec49eb /webheader.html | |
parent | f0ee8dc6fcb45ffc3b3b00e410cc267dac6e7427 (diff) |
Updated TODO, added bug with bookmarklet in ff
Diffstat (limited to 'webheader.html')
-rw-r--r-- | webheader.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webheader.html b/webheader.html index 1c615af..b7891cc 100644 --- a/webheader.html +++ b/webheader.html @@ -1,10 +1,10 @@ <!DOCTYPE html><html><head> <style type="text/css"> -body { font-family: sans-serif; max-width: 75%; margin: auto; } +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; - max-width: 15em; text-align: center; padding: 0.2em; margin-bottom: 0.3em; } + width: 15em; 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 } |