11 lines
140 B
CSS
11 lines
140 B
CSS
|
#left {
|
||
|
float: left;
|
||
|
width: 180px;
|
||
|
border-right: 1px solid #ccc;
|
||
|
background: #f3f2ea;
|
||
|
}
|
||
|
|
||
|
#right {
|
||
|
margin-left: 180px;
|
||
|
}
|