mirror of
https://github.com/supanadit/todo.git
synced 2024-11-10 09:52:19 +00:00
14 lines
158 B
CSS
Executable File
Vendored
14 lines
158 B
CSS
Executable File
Vendored
body {
|
|
width: 800px;
|
|
margin: 0 auto;
|
|
}
|
|
#graph {
|
|
width: 800px;
|
|
height: 250px;
|
|
margin: 20px auto 0 auto;
|
|
}
|
|
pre {
|
|
height: 250px;
|
|
overflow: auto;
|
|
}
|