From 6d03e10297392a4b8092a7b27258b2b9abc96a16 Mon Sep 17 00:00:00 2001 From: Nathan Lasseter Date: Sat, 7 Jun 2014 10:05:49 +0000 Subject: General refactor to make title and summarise for RSS and tidying --- styles.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'styles.css') diff --git a/styles.css b/styles.css index 3fa9294..194c7d0 100644 --- a/styles.css +++ b/styles.css @@ -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; +} -- cgit v1.2.3