diff options
author | Nathan Lasseter <nathan@4574.co.uk> | 2012-10-29 23:17:12 +0000 |
---|---|---|
committer | Nathan Lasseter <nathan@4574.co.uk> | 2012-10-29 23:17:12 +0000 |
commit | 84cfb101931e84e52d49e85147296602708049e3 (patch) | |
tree | 9bb401a40b40686c7e5a64d52cb0404c4e4db6f8 /styles.css | |
parent | 6d3ce1d38378d64858b5aceee4f2058064918762 (diff) |
Tweet button
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -19,6 +19,13 @@ a.title { font-weight: normal; } +#tweet { + font-size: 8pt; + font-weight: normal; + text-decoration: none; + color: black; +} + a.toplink { font-size: 14pt; letter-spacing: -1px; |