didou Tue, 28 Jun 2011 10:50:28 +0000
Revision: <a href="http://svn.php.net/viewvc?view=revision&revision=312562" title="http://svn.php.net/viewvc?view=revision&revision=312562">http://svn.php.net/viewvc?view=revision&revision=312562</a>
Log:
Clear float after each news so that images doesn't eat up other news
Changed paths:
U web/php/trunk/include/layout.inc
U web/php/trunk/styles/site.css
Modified: web/php/trunk/include/layout.inc
===================================================================
--- web/php/trunk/include/layout.inc 2011-06-28 10:43:09 UTC (rev 312561)
+++ web/php/trunk/include/layout.inc 2011-06-28 10:50:28 UTC (rev 312562)
@@ -774,7 +774,7 @@
</div>
</div>
-<hr />
+<hr class="newsSep" />
EOT;
}
Modified: web/php/trunk/styles/site.css
===================================================================
--- web/php/trunk/styles/site.css 2011-06-28 10:43:09 UTC (rev 312561)
+++ web/php/trunk/styles/site.css 2011-06-28 10:50:28 UTC (rev 312562)
@@ -181,6 +181,10 @@
margin-right: 10px;
}
+hr.newsSep {
+ clear: right;
+}
+
div.indent {
margin-left: 50px;
}