From 16d9029acc723fc075cfcfc7fe30b75a5061e7d5 Mon Sep 17 00:00:00 2001 From: ErisDS Date: Sun, 14 Jul 2013 17:16:04 +0100 Subject: [PATCH] Ghost id in css causes errors - fixes #265 - I've just removed this css as I can't see anywhere in casper where it will be needed. - Using id's in theme css should be pretty much banned, or always tightly scoped away from the content so as not to clash with markdown --- css/style.css | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/css/style.css b/css/style.css index 6a533fc..ddd3b32 100644 --- a/css/style.css +++ b/css/style.css @@ -361,31 +361,6 @@ body > header { background-size: 10px; } -#ghost { - display: block; - height:30px; - width:30px; - text-indent: -9999px; - position: absolute; - z-index: 999; - top: 10px; - left:10px; - background:rgba(0,0,0,0.1) url(../img/ghost.png) 8px 8px no-repeat; - -webkit-transition: all 0.3s; - -moz-transition: all 0.3s; - -ms-transition: all 0.3s; - transition: all 0.3s; -} - -#ghost:hover { - background-color:rgba(0,0,0,0.3); - -webkit-transition: all 0.3s; - -moz-transition: all 0.3s; - -ms-transition: all 0.3s; - transition: all 0.3s; -} - - /* ========================================================================== 5. Post Content ========================================================================== */