6 lines
140 B
CSS
6 lines
140 B
CSS
|
#panel-container { overflow:auto; }
|
||
|
#panel-one { float:left; width:176px; }
|
||
|
#content-panel { margin-left: 178px; }
|
||
|
|
||
|
#footer { clear:both; }
|