Files
game/staticOLD/styles/library-css.css
T
2022-12-19 22:22:19 +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;
}