Commit:    84015ec037f04ba21fc3f71aaaa8eb9f49f57436
Author:    Hannes Magnusson <[email protected]>         Thu, 6 Jan 2011 23:21:11 
+0000
Parents:   216acd04517a568c32e43d942da8142d18ba82db
Branches:  master

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

Log:
Fix the left-margin/floating issue in firefox (patch by @tobiassjosten via 
twitter)
\o/

Changed paths:
  M  styles/theme.css


Diff:
diff --git a/styles/theme.css b/styles/theme.css
index faa42dc..225c411 100644
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -464,6 +464,7 @@ aside.tips {
 .layout-content {
     margin-left: 175px;
     padding-bottom: 12px;
+    display: block;
 }
 
 footer .footmenu {


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

Reply via email to