Commit:    b1e8e0b871842077a1b46a8de50780b90a335986
Author:    Paul Dragoonis <[email protected]>         Thu, 4 Jul 2013 
13:08:06 +0100
Parents:   96ea809b281816d2361b5710a35171bf59468657
Branches:  master

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

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