diff --git a/public/index.html b/public/index.html index 6aefd31..576537c 100644 --- a/public/index.html +++ b/public/index.html @@ -10,6 +10,7 @@ } + @@ -20,13 +21,12 @@ - + -
- +
+
+ +
+ diff --git a/public/style.css b/public/style.css index 9bb106c..3a61150 100644 --- a/public/style.css +++ b/public/style.css @@ -20,10 +20,10 @@ body { } #htext { - line-height: 30px; - vertical-align: middle; + /*line-height: 30px;*/ + /*vertical-align: middle;*/ - padding-left: 10px; + /*padding-left: 10px;*/ color: white; font-family: baskerville, palatino, 'palatino linotype', georgia, serif; } @@ -32,15 +32,27 @@ body { display: inline; } -#editor { - margin: 0; - position: absolute; - top: 100px; - bottom: 0; - left: 0; - right: 0; +#content { + position: fixed; + top:100px; + width: 100%; + bottom: 0px; } +#editor { + margin: 0px; + position: absolute; + top: 0px; + bottom: 0px; + left: 370px; + right: 0px; +} + +#tree { + left:0px; + right:370px; + /*bottom: 0px;*/ +} #htext a { color: #aaf; font-weight: bold;