Template:Sidebox: Difference between revisions

From Step Mods | Change The Game
(Created page with "{{#CSS|#outer {width:500px;margin:0 auto;} #inner {overflow:hidden;} #header {min-height:40px;background:#bbb} #content {width:400px;min-height:250px;float:left;background:#cc...")
 
No edit summary
Line 1: Line 1:
{{#CSS|#outer {width:500px;margin:0 auto;}
{{#CSS:
#outer {width:500px;margin:0 auto;}
#inner {overflow:hidden;}
#inner {overflow:hidden;}
#header {min-height:40px;background:#bbb}
#header {min-height:40px;background:#bbb}

Revision as of 21:37, February 12, 2013

{{#CSS:

  1. outer {width:500px;margin:0 auto;}
  2. inner {overflow:hidden;}
  3. header {min-height:40px;background:#bbb}
  4. content {width:400px;min-height:250px;float:left;background:#ccc}
  5. sidebar{width:100px;min-height:250px;float:left;background:#ddd}

}}