aboutsummaryrefslogtreecommitdiffstats
path: root/style.dev.css
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2011-06-17 10:38:27 -0500
committerMatt Rude <[email protected]>2011-06-17 10:38:27 -0500
commitd556fca7b5dcfb07a2545c2ff29cc83f64237cbe (patch)
tree52e9c34cf43f7da6516c9a15f728fa0f473a0bef /style.dev.css
parentc47268fb2cc4ecc7bfbd156edc15f23bd74593e3 (diff)
downloadtime.mattrude.com-d556fca7b5dcfb07a2545c2ff29cc83f64237cbe.tar.gz
time.mattrude.com-d556fca7b5dcfb07a2545c2ff29cc83f64237cbe.tar.bz2
time.mattrude.com-d556fca7b5dcfb07a2545c2ff29cc83f64237cbe.zip
Site title rework, fixes #7
Diffstat (limited to 'style.dev.css')
-rw-r--r--style.dev.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/style.dev.css b/style.dev.css
index 467ee68..4846c09 100644
--- a/style.dev.css
+++ b/style.dev.css
@@ -21,10 +21,18 @@ body {
position: relative;
}
-#title {
- text-align: center;
+#title h1 {
+ text-align: left;
+ margin-bottom: 8px;
+ padding: 2px;
+ padding-top: 10px;
+ border-bottom: 1px solid #CCC;
}
+#title i {
+ color: #A9A9A9;
+ font-size: 0.8em;
+}
h2 {
font-weight: normal;
margin-bottom: 8px;