battles/static/styles/library-css.css
2018-01-28 18:40:49 +02:00

13 lines
142 B
CSS

html,body {
overflow: auto;
}
#lib_menu {
width:250px;
padding:10px;
}
#lib_content {
width:700px;
margin-right:-290px;
padding:10px;
}