diff options
Diffstat (limited to 'ebus/webapp/static/main.css')
-rw-r--r-- | ebus/webapp/static/main.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ebus/webapp/static/main.css b/ebus/webapp/static/main.css index 13cd761..5f85a43 100644 --- a/ebus/webapp/static/main.css +++ b/ebus/webapp/static/main.css @@ -14,3 +14,9 @@ body { margin:auto; height:100px; } + +#options { + width:800px; + margin:auto; + text-align:left; +} |