diff --git a/realms/static/css/style.css b/realms/static/css/style.css index 73478f7..3460f8f 100644 --- a/realms/static/css/style.css +++ b/realms/static/css/style.css @@ -68,45 +68,6 @@ margin:0; } -/* -#preview { - overflow: auto; - position: absolute; - height: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; - padding: 20px; - border: 1px solid #EEE; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - -webkit-box-flex: 1; - -moz-box-flex: 1; - -ms-box-flex: 1; - -o-box-flex: 1; - box-flex: 1; - -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15); - -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15); - box-shadow: 0 1px 2px rgba(0,0,0,.15); -} - -#editor { - position: absolute; - height: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; - font-family: Inconsolata, monospace; - font-size: 1.1em; - line-height: 1.3em; -} -*/ .ace_gutter-cell { font-size: 1em; line-height: 1em; diff --git a/realms/templates/wiki/edit.html b/realms/templates/wiki/edit.html index 01f9556..cfbd6d4 100644 --- a/realms/templates/wiki/edit.html +++ b/realms/templates/wiki/edit.html @@ -52,7 +52,7 @@ -