Commit:    31c00bd7e020f5b9e5f7ad01bc345f74e6bbf17a
Author:    Adam Harvey <ahar...@php.net>         Thu, 27 Dec 2012 17:12:42 +0800
Parents:   c112b85674cb9d3157f64c375e9ef76881f7532c
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=31c00bd7e020f5b9e5f7ad01bc345f74e6bbf17a

Log:
Remove the bottom border off the footer, which looks a little weird to me.

Changed paths:
  M  styles/theme.css


Diff:
diff --git a/styles/theme.css b/styles/theme.css
index 2c836d3..fb4a0f0 100755
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -696,7 +696,6 @@ footer {
     overflow: auto;
     background-color: #333;
     border-top: .5em solid #9999CC;
-    border-bottom: .5em solid #9999CC;
     padding: 1.5em 0;
     min-width:960px;
 }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to