Commit:    7e2acd4094bcf3f2cbe855ff7a1ec7bda3694834
Author:    Paul Dragoonis <dragoo...@gmail.com>         Thu, 4 Jul 2013 
13:08:06 +0100
Parents:   29a8dfc9af13bd7510ba2907835eac20fa6eb6d0
Branches:  master

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

Log:
Making the footer come up on tiny pages such as search.php

Changed paths:
  M  styles/theme.css


Diff:
diff --git a/styles/theme.css b/styles/theme.css
index 14c9cd8..cf074f6 100755
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -11,6 +11,11 @@
  *
  */
 
+
+html {
+       background-color: #333;
+}
+
 body * {
     border-color: #9999CC;
 }


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

Reply via email to