22 lines
299 B
CSS
22 lines
299 B
CSS
* {
|
|
line-height:1.7;
|
|
text-underline-position:under;
|
|
}
|
|
|
|
body {
|
|
padding: 0px 0px 0px 170px ;
|
|
}
|
|
|
|
div#left_area {
|
|
position: fixed !important;
|
|
position: absolute;
|
|
padding: 0px 0px 0px 10px ;
|
|
top: 0;
|
|
left: 0;
|
|
width: 160px;
|
|
height: 100%;
|
|
background-color: #fffbf0 ;
|
|
overflow: auto;
|
|
}
|
|
|