diff options
author | Nathan Lasseter <nathan@4574.co.uk> | 2014-06-07 10:05:49 +0000 |
---|---|---|
committer | Nathan Lasseter <nathan@4574.co.uk> | 2014-06-07 10:05:49 +0000 |
commit | 6d03e10297392a4b8092a7b27258b2b9abc96a16 (patch) | |
tree | e96d482b04fe21da670a5a5b293da3cfd2534bac /styles.css | |
parent | 2042d69d950545dfbe9389cde66e9a35654d5ec3 (diff) |
General refactor to make title and summarise for RSS and tidying
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -32,6 +32,7 @@ a.toplink { font-family: monospace; float: bottom; color: #000000; + padding: 0px 7px; } a.toplink:hover { @@ -62,14 +63,27 @@ div { padding: 5px; } +div>div { + width: 730px; + border: none; +} + #title { position: relative; background-color: #E0E0E0; text-align: center; width: 750px; margin: 10px 0px 5px; - font-size: 32px; padding: 25px; border: 0px; border-radius: 10px; } + +#title>h1 { + font-size: 60px; +} + +#title>h2 { + font-size: 20px; + font-family: monospace; +} |