diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2013-04-18 02:01:04 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2013-04-18 02:01:04 +0200 |
commit | be1f8059cc901e0bb43b35d85767f03310aee4f9 (patch) | |
tree | 25b6259cac35113894c94d5906f6c0fc331f4a8d /datastore-leveldb/wwwroot/public/css/stylesheet.css | |
parent | 3a996c7e34b397f8b03262532d022424b372ec8e (diff) | |
download | ebus-alt-be1f8059cc901e0bb43b35d85767f03310aee4f9.tar.gz ebus-alt-be1f8059cc901e0bb43b35d85767f03310aee4f9.zip |
leveldb: mongoose
Diffstat (limited to 'datastore-leveldb/wwwroot/public/css/stylesheet.css')
-rw-r--r-- | datastore-leveldb/wwwroot/public/css/stylesheet.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/datastore-leveldb/wwwroot/public/css/stylesheet.css b/datastore-leveldb/wwwroot/public/css/stylesheet.css new file mode 100644 index 0000000..f114bc7 --- /dev/null +++ b/datastore-leveldb/wwwroot/public/css/stylesheet.css @@ -0,0 +1,22 @@ +body { + font-family:sans; + text-align:center; +} + +#ebusgraph { + margin:auto; + width:100%; + height: 60%; +} + +#overview { + width: 100%; + margin:auto; + height:100px; +} + +#options { + width:800px; + margin:auto; + text-align:left; +} |