From dcde0938d2a6b5b40a16d2a946da31b99c92cc71 Mon Sep 17 00:00:00 2001 From: = Date: Tue, 10 Jul 2012 08:23:24 -0400 Subject: [PATCH] Revise footer --- _layouts/default.html | 17 +++++++++++++++-- styles/all.css | 1 + styles/site/site-footer.less | 5 +++++ 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 5c83b5e..7106a65 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -50,8 +50,21 @@ {{ content }} diff --git a/styles/all.css b/styles/all.css index 263ee00..b93e405 100644 --- a/styles/all.css +++ b/styles/all.css @@ -270,3 +270,4 @@ select{min-width:30%;} .top{background:#333;display:inline-block;float:right;margin-right:-40px;padding:4px 8px;color:#FFF;font-size:12px;text-decoration:none !important;} .site-footer{clear:both;padding-top:40px !important;font-size:13px;text-align:center;} .site-footer img{margin-left:2px;position:relative;top:-2px;vertical-align:middle;} +.site-footer ul{list-style:none;margin-right:0px !important;margin-left:0px !important;padding-right:0px !important;padding-left:0px !important;} diff --git a/styles/site/site-footer.less b/styles/site/site-footer.less index 0e98678..302d815 100644 --- a/styles/site/site-footer.less +++ b/styles/site/site-footer.less @@ -10,3 +10,8 @@ top: -2px; vertical-align: middle; } +.site-footer ul{ + list-style: none; + .mhn; + .phn; +}