From dbf63f3451d41320ae96336d3315b73af87869e4 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Tue, 18 Feb 2014 21:20:51 +0100 Subject: [PATCH] remove markers from code and quote These were nice, but didn't work as good as imagined. Best is to leave them out for the moment. --- templates/stylesheet/index.css.scss | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/templates/stylesheet/index.css.scss b/templates/stylesheet/index.css.scss index 320458e..12d9bc9 100644 --- a/templates/stylesheet/index.css.scss +++ b/templates/stylesheet/index.css.scss @@ -31,35 +31,12 @@ code { pre { border: $box_border; overflow-x: auto; - position: relative; - - &:before { - content: '|'; - font-size: 150%; - color: fade-out($alternate-color, 0.2); - font-weight: bold; - z-index: -1; - position: absolute; - bottom: 0; - right: 0; - } } + blockquote { border: $box_border; margin: 0; font-style: italic; - position: relative; - - &:before { - content: '”'; - font-size: 300%; - color: fade-out($alternate-color, 0.2); - font-weight: bold; - z-index: -1; - position: absolute; - bottom: $standard-width * -0.75; - right: $standard-width * -0.1; - } p:first-child { margin-top: 0;