[Phpfreechat-svn] SF.net SVN: phpfreechat: [687] trunk/style/content.css
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-08-22 13:09:55
|
Revision: 687 Author: kerphi Date: 2006-08-22 06:09:46 -0700 (Tue, 22 Aug 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=687&view=rev Log Message: ----------- don't fix the min-height of the index Modified Paths: -------------- trunk/style/content.css Modified: trunk/style/content.css =================================================================== --- trunk/style/content.css 2006-08-22 13:08:50 UTC (rev 686) +++ trunk/style/content.css 2006-08-22 13:09:46 UTC (rev 687) @@ -5,7 +5,7 @@ margin-left: 12.2em; background-color: #FFF; border: 1px #acd233 solid; - min-height: 15em; + /*min-height: 15em;*/ } div.content * { margin-top: 0.5em; margin-bottom: 0.5em; } div.content h2 { border-bottom: 1px #444 solid; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |