From 02028e156ebe19d2fdad7f99cddc9e19aa8e9fb9 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Fri, 2 Sep 2011 18:05:27 -0700 Subject: [PATCH] box-flow all the things --- static/index.html | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/static/index.html b/static/index.html index 1d177f311..b445a4716 100644 --- a/static/index.html +++ b/static/index.html @@ -13,8 +13,7 @@ #app-horizontal { background-color: orange; display: -webkit-box; - height: 100%; - + min-height: 100%; -webkit-box-orient: horizontal; } @@ -26,9 +25,12 @@ } .main { - width: 100%; -webkit-box-flex: 1; - background-color: black; + } + + .pane { + display: -webkit-box; + -webkit-box-orient: vertical; } .left { @@ -47,6 +49,11 @@ background-color: blue; } + #editor { + position: relative; + -webkit-box-flex: 1; + font: 18px Inconsolata, Monaco, Courier; + } @@ -56,20 +63,6 @@ - -