add son-emu dashboard to the python setup file, so it is served from the Flask app...
[osm/vim-emu.git] / dashboard / css / main.css
diff --git a/dashboard/css/main.css b/dashboard/css/main.css
deleted file mode 100755 (executable)
index 7b10dbc..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-body {
-       margin: 16px;
-       height: 100%;
-}
-
-#logo {
-    height: 90px;
-    text-align: right;
-}
-
-#content {
-}
-
-
-.tbl-head {
-    font-weight: bold;
-    border-bottom: 1px solid #2c3e50;
-    background-color: #c9ced3;
-}
-
-.tbl-head > td {
-    padding-top: 4px;
-    padding-bottom: 4px;
-}
-
-.tbl-row > td {
-    padding-top: 4px;
-    padding-bottom: 4px;
-
-}
-
-.spacer {
-    height: 20px;
-}