svn: /web/php/trunk/styles/ theme.css
[email protected] (Hannes Magnusson)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
bjori Thu, 06 Jan 2011 23:21:11 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307199
Log:
Fix the left-margin/floating issue in firefox (patch by @tobiassjosten via twitter)
\o/
Changed paths:
U web/php/trunk/styles/theme.css
Modified: web/php/trunk/styles/theme.css
===================================================================
--- web/php/trunk/styles/theme.css 2011-01-06 23:20:33 UTC (rev 307198)
+++ web/php/trunk/styles/theme.css 2011-01-06 23:21:11 UTC (rev 307199)
@@ -464,6 +464,7 @@
.layout-content {
margin-left: 175px;
padding-bottom: 12px;
+ display: block;
}
footer .footmenu {