diff --git a/static/css/linx.css b/static/css/linx.css index 493f937..5329b74 100644 --- a/static/css/linx.css +++ b/static/css/linx.css @@ -271,6 +271,9 @@ body { width: 705px; height: 450px; border-color: #cccccc; + font-family: monospace; + resize: none; + overflow: auto; } /* Content display {{{ */ @@ -312,10 +315,8 @@ body { #editor { display: none; - border: 0; width: 794px; height: 800px; - font-family: monospace; font-size: 13px; } /* }}} */ diff --git a/templates/display/bin.html b/templates/display/bin.html index 2301060..49826d1 100644 --- a/templates/display/bin.html +++ b/templates/display/bin.html @@ -43,7 +43,7 @@ {% block main %}
{{ extra.contents }}
- +