17 lines
203 B
Plaintext
17 lines
203 B
Plaintext
#submenu {
|
|
width: 20%;
|
|
float: left;
|
|
right-margin: 5px;
|
|
}
|
|
|
|
#main-block {
|
|
width: auto;
|
|
overflow: hidden;
|
|
left-margin: 5px;
|
|
}
|
|
|
|
#graph-container {
|
|
height: 400px;
|
|
margin: auto;
|
|
}
|