Browse Source

Change font size of footer

Talha Mansoor 11 years ago
parent
commit
ce588afc4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/css/elegant.css

+ 1 - 1
static/css/elegant.css

@@ -47,7 +47,7 @@ hr {
 /* Footer */
 #footer {
     border-top: 1px solid  rgba(0, 0, 0, .2);
-    font: .7em Calibri, Tahoma, Arial, Sans-Serif;
+    font: .8em Calibri, Tahoma, Arial, Sans-Serif;
     margin: 15px 0 0 0;
     padding: 0;
 }