From: <gem...@li...> - 2013-02-15 16:49:24
|
Revision: 1142 http://sourceforge.net/p/gemstracker/code/1142 Author: matijsdejong Date: 2013-02-15 16:49:21 +0000 (Fri, 15 Feb 2013) Log Message: ----------- Added max-width to pInfo Modified Paths: -------------- trunk/new_project/htdocs/basic/basic.css Modified: trunk/new_project/htdocs/basic/basic.css =================================================================== --- trunk/new_project/htdocs/basic/basic.css 2013-02-14 17:54:50 UTC (rev 1141) +++ trunk/new_project/htdocs/basic/basic.css 2013-02-15 16:49:21 UTC (rev 1142) @@ -101,6 +101,9 @@ color: black; } +p.info { + max-width: 60em; +} .tab { background: lightgrey; border-top-left-radius: 4px; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |