11 lines
157 B
CSS
11 lines
157 B
CSS
.split-left {
|
|
float: left;
|
|
width: 21%;
|
|
}
|
|
.split-right {
|
|
float: left;
|
|
width: 50%;
|
|
border-left: 1px dotted #000;
|
|
padding-left: 30px;
|
|
}
|