summaryrefslogtreecommitdiff
path: root/datastore-leveldb/wwwroot_laerm/css/stylesheet.css
diff options
context:
space:
mode:
authorDemo User <jack@beagleboard.1.localnet.cc>2013-04-30 15:55:31 +0000
committerDemo User <jack@beagleboard.1.localnet.cc>2013-04-30 15:56:39 +0000
commit6747a496d800c23af0cd41c96f784fe6bae5667c (patch)
tree595ca745a8e6746969155e9cc7ac5efddc460cfd /datastore-leveldb/wwwroot_laerm/css/stylesheet.css
parenta3f3c9d7a9bb5237628eaa30b550c9cc5d3dcdc2 (diff)
downloadebus-alt-6747a496d800c23af0cd41c96f784fe6bae5667c.tar.gz
ebus-alt-6747a496d800c23af0cd41c96f784fe6bae5667c.zip
wwwroot_laerm
Diffstat (limited to 'datastore-leveldb/wwwroot_laerm/css/stylesheet.css')
-rw-r--r--datastore-leveldb/wwwroot_laerm/css/stylesheet.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/datastore-leveldb/wwwroot_laerm/css/stylesheet.css b/datastore-leveldb/wwwroot_laerm/css/stylesheet.css
new file mode 100644
index 0000000..deb81f0
--- /dev/null
+++ b/datastore-leveldb/wwwroot_laerm/css/stylesheet.css
@@ -0,0 +1,23 @@
+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;
+ padding: 20px;
+ text-align:left;
+}