aboutsummaryrefslogtreecommitdiffstats
path: root/style.dev.css
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2011-06-06 10:16:50 -0500
committerMatt Rude <[email protected]>2011-06-06 10:16:50 -0500
commit9f42ead8f1931bd1a0172f3f2322ac7089352aaf (patch)
treefd214bbc5ed6e016a8aff1bdaa93cfd624b5d65a /style.dev.css
parentbcb63868c69efbccff59dadf5957b7fc3b31ebe8 (diff)
downloadtime.mattrude.com-9f42ead8f1931bd1a0172f3f2322ac7089352aaf.tar.gz
time.mattrude.com-9f42ead8f1931bd1a0172f3f2322ac7089352aaf.tar.bz2
time.mattrude.com-9f42ead8f1931bd1a0172f3f2322ac7089352aaf.zip
Adding links to footer of pages, fixes #2
Diffstat (limited to 'style.dev.css')
-rw-r--r--style.dev.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/style.dev.css b/style.dev.css
index 9edb4c0..467ee68 100644
--- a/style.dev.css
+++ b/style.dev.css
@@ -47,12 +47,24 @@ a:hover {
text-decoration: underline;
}
-.footer {
+#footer {
font-size: 80%;
- text-align: right;
border-top: 1px solid #CCC;
}
+.footer-left {
+ text-align: left;
+ float: left;
+ width: 49%;
+}
+
+.footer-right {
+ display: block;
+ text-align: right;
+ float: right;
+ width: 49%;
+}
+
img {
border-width: 0px;
}