game/staticOLD/styles/library-css.css

13 lines
142 B
CSS
Raw Normal View History

2022-12-19 20:22:19 +00:00
html,body {
overflow: auto;
}
#lib_menu {
width:250px;
padding:10px;
}
#lib_content {
width:700px;
margin-right:-290px;
padding:10px;
}