rosehill/public/css/local/layouts/three-column.css

7 lines
202 B
CSS
Raw Permalink Normal View History

2014-08-18 20:17:49 +00:00
#panel-container { overflow:auto; }
#panel-one { float:left; width:180px; }
#panel-two { float:right; width:180px; }
#content-panel { margin-left: 190px; margin-right: 190px; }
#footer { clear:both; }