aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorNathan Lasseter <nathan@4574.co.uk>2014-06-07 10:05:49 +0000
committerNathan Lasseter <nathan@4574.co.uk>2014-06-07 10:05:49 +0000
commit6d03e10297392a4b8092a7b27258b2b9abc96a16 (patch)
treee96d482b04fe21da670a5a5b293da3cfd2534bac /styles.css
parent2042d69d950545dfbe9389cde66e9a35654d5ec3 (diff)
General refactor to make title and summarise for RSS and tidying
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css16
1 files changed, 15 insertions, 1 deletions
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;
+}