[Phphtmllib-devel] SF.net SVN: phphtmllib:[3330] trunk/open2300/htdocs/css/main.css
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-02-21 19:43:05
|
Revision: 3330 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3330&view=rev Author: hemna Date: 2010-02-21 19:42:59 +0000 (Sun, 21 Feb 2010) Log Message: ----------- center the main content Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-02-17 17:56:46 UTC (rev 3329) +++ trunk/open2300/htdocs/css/main.css 2010-02-21 19:42:59 UTC (rev 3330) @@ -39,7 +39,9 @@ #maincontent { background-color:#ffffff; - width:100%; + width:80%; + margin-left: auto; + margin-right: auto; } .leftblock { @@ -110,6 +112,7 @@ color:#ffffff; font-weight:bold; font-family: arial, helvetica, sans-serif; + padding-left:10px; } #idCamImg { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |