]> Dogcows Code - chaz/chatty/blobdiff - root/static/css/common.css
add simple footer to template
[chaz/chatty] / root / static / css / common.css
index 2e378b5a2124391b42c36d7dcb99e46cd6689968..61d896a843e6d81df080f5d44695fed8cf3f5188 100644 (file)
@@ -9,6 +9,11 @@ img {
        border: 0;
 }
 
+hr {
+       border: 0;
+       border-bottom: 1px solid gray;
+}
+
 a {
        text-decoration: none;
 }
@@ -47,3 +52,10 @@ a:hover {
        font-size: 1.3em;
 }
 
+#footer {
+       padding: 0;
+       height: 31px;
+       line-height: 31px;
+       font-size: 0.8em;
+}
+
This page took 0.017068 seconds and 4 git commands to generate.