From c11ee74405c940de730ebbb9cffd22f74462554b Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Thu, 24 May 2012 14:08:32 -0700 Subject: [PATCH] Remove unused css --- static/editor.css | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/static/editor.css b/static/editor.css index 89096923b..0a154f554 100644 --- a/static/editor.css +++ b/static/editor.css @@ -109,27 +109,3 @@ background: white; opacity: .25; } - -.fold-placeholder { - -webkit-box-sizing: border-box; - position: relative; - display: inline-block; - vertical-align: text-bottom; - -webkit-border-radius: 3px; - background: rgba(255, 255, 255, .07); - border: 1px solid rgba(255, 255, 255, .25); - color: rgba(255, 255, 255, .95); -} - -.fold-placeholder:hover { - background: rgba(255, 255, 255, .2); - border: 1px solid rgba(255, 255, 255, .3); - color: white; -} - -.fold-placeholder .ellipsis { - position: relative; - width: 100%; - bottom: 40%; - text-align: center; -}