From 68078c028ca3e614b116172ecc0919c36a9de38e Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 29 Oct 2014 16:18:31 +0000 Subject: [PATCH] Removed nestDisplay class --- lib/ice-coder.css | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ice-coder.css b/lib/ice-coder.css index 56362bb..5f9795b 100644 --- a/lib/ice-coder.css +++ b/lib/ice-coder.css @@ -133,7 +133,6 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .footer {position: fixed; display: inline-block; width: 100%; height: 30px; bottom: 0; background-color: rgba(0,0,0,0.7); left: 0; z-index: 1} .footer .nesting {position: absolute; display: inline-block; padding: 5px; margin-top: 10px; left: 260px; border-radius: 5px; background-color: #0b0; cursor: default} -.footer .nestDisplay {position: absolute; display: inline-block; padding: 5px 0 0 8px; margin-top: 0px; left: 267px; font-size: 12px; color: #fff; text-align: right} .footer .splitPaneControls {position: absolute; display: inline-block; width: 50px; text-align: center; padding: 6px} .footer .splitPaneControls .off {display: inline-block; width: 18px; height: 18px; margin-right: 10px; background: url('../images/split-pane-controls.gif') no-repeat 0 0; cursor: pointer} .footer .splitPaneControls .on {display: inline-block; width: 19px; height: 18px; background: url('../images/split-pane-controls.gif') no-repeat -18px 0; cursor: pointer}