From: <gem...@li...> - 2011-11-04 09:26:56
|
Revision: 178 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=178&view=rev Author: matijsdejong Date: 2011-11-04 09:26:49 +0000 (Fri, 04 Nov 2011) Log Message: ----------- Fix once and for all, for the main screen hanging to the left of something on the header bar. Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems.css Modified: trunk/new_project/htdocs/gems/css/gems.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems.css 2011-11-03 21:08:18 UTC (rev 177) +++ trunk/new_project/htdocs/gems/css/gems.css 2011-11-04 09:26:49 UTC (rev 178) @@ -182,6 +182,7 @@ /* *padding + *ovverflow to use only in IE */ #main { background: transparent; + clear: both; float: right; margin-bottom: 10px; width: 842px; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |