From fb82fcdb201f38b19bcff9d8fa0d47fec8e9d9a2 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 19 Sep 2012 20:42:37 +0100 Subject: [PATCH] Not hidden by default Can always be show as we can only see if logged in --- lib/coder.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/coder.css b/lib/coder.css index e637806..96b169b 100644 --- a/lib/coder.css +++ b/lib/coder.css @@ -121,7 +121,7 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .findBar .codeAssist input {margin-top: -1px} .findBar .goLine {position: fixed; display: inline-block; width: 100px; right: -10px; top: 70px; height: 21px; font-size: 10px; z-index: 1} .goLine .goToLine {width: 25px; height: 16px; border: 0; font-size: 10px; margin: -3px 0 0 3px} -.editor .code {position: relative; display: inline-block; top: 28px; width: 600px; height: 600px; visibility: hidden} +.editor .code {position: relative; display: inline-block; top: 28px; width: 600px; height: 600px} .footer {position: fixed; display: inline-block; width: 100%; height: 30px; bottom: 0; background-color: rgba(0,0,0,0.7); left: 0; z-index: 2} .footer .nesting {display: inline-block; padding: 5px 8px; margin: 4px 0 0 15px; font-weight: bold; font-size: 10px; color: #fff; background-color: #0b0}