[geeklog-cvs] geeklog: newpro: Styled the footer

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Mar 10 18:48:17 EST 2012


changeset 8519:251966acd429
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/251966acd429
user: Rouslan Placella <rouslan at placella.com>
date: Sat Mar 10 22:33:11 2012 +0000
description:
newpro: Styled the footer

diffstat:

 public_html/layout/newpro/css/layout.css |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 05359d207063 -r 251966acd429 public_html/layout/newpro/css/layout.css
--- a/public_html/layout/newpro/css/layout.css	Sat Mar 10 22:17:08 2012 +0000
+++ b/public_html/layout/newpro/css/layout.css	Sat Mar 10 22:33:11 2012 +0000
@@ -173,8 +173,14 @@
 
 div#container div#footer {
   clear: left;
-  padding: 16px;
-  border-top: 1px solid #1A3955;
+  padding: 12px;
+  border: 1px solid #656663;
+  background: #ededeb;
+  color: #223;
+
+  -webkit-border-radius: 8px;
+  -moz-border-radius: 8px;
+  border-radius: 8px;
 }
 
 div#container div#footer-content {



More information about the geeklog-cvs mailing list