13 lines
142 B
CSS
13 lines
142 B
CSS
|
html,body {
|
||
|
overflow: auto;
|
||
|
}
|
||
|
#lib_menu {
|
||
|
width:250px;
|
||
|
padding:10px;
|
||
|
}
|
||
|
|
||
|
#lib_content {
|
||
|
width:700px;
|
||
|
margin-right:-290px;
|
||
|
padding:10px;
|
||
|
}
|