From cac4b0811bb2e8f031bce4c14a0fd47a636a0225 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 25 Jun 2017 21:58:44 -0700 Subject: [PATCH] Remove old placeholder styles --- server/static/dev.html | 26 ++++++++------------------ server/static/index.html | 31 ++++++++++++++----------------- 2 files changed, 22 insertions(+), 35 deletions(-) diff --git a/server/static/dev.html b/server/static/dev.html index 7c1dc25e1..04b8c94dd 100644 --- a/server/static/dev.html +++ b/server/static/dev.html @@ -9,30 +9,20 @@ padding: 0; } + body { + display: flex; + width: 100%; + height: 100%; + } + #root { flex: 1; height: 100%; } - - .container { - display: flex; - flex; - } - - .header { - display: flex; - flex: 1; - height: 42px; - border-bottom: 1px solid #eee; - } - -
-
-
-
-
+ +
diff --git a/server/static/index.html b/server/static/index.html index 21c5637eb..01e0eca11 100644 --- a/server/static/index.html +++ b/server/static/index.html @@ -1,19 +1,16 @@ - - - Atlas - - - - - - - \ No newline at end of file + + Atlas + + + + +