Difference between revisions of "Template:Col"

From BroaDWcast
Jump to navigationJump to search
Line 1: Line 1:
 
{{#css:  
 
{{#css:  
ul#col { overflow:hidden; background-color:White; width:65%; }  
+
#col ul { overflow:hidden; background-color:White; width:65%; }  
li#col{ line-height:1.5em; float:left; text-align:left; width:33.333%; }  
+
#col li { line-height:1.5em; float:left; text-align:left; width:33.333%; }  
 
}}
 
}}
 
<div id="col">{{{1}}}</div>
 
<div id="col">{{{1}}}</div>

Revision as of 19:39, 10 August 2013

{{{1}}}