add footer to html
[phancap.git] / www / css / phancap.css
index 3c20afc1e51cb2ab36a59ea5499346fd7e4fe42e..049f6482c278103df6052c12e21316cdbb8a6926 100644 (file)
@@ -1,3 +1,11 @@
 h2 {
     margin-top: 3ex;
-}
\ No newline at end of file
+}
+.footer {
+    margin-top: 3ex;
+    margin-bottom: 0px;
+    border-top: 1px solid #DDD;
+    color: #999;
+    text-align: center;
+    clear: both;
+}