From 1d52ac818c1c244bc2488ca46f6132f4ce3a87bf Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 31 May 2014 15:02:54 -0700 Subject: [PATCH] center wiki marker in left gutter --- app/assets/stylesheets/desktop/topic-post.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index ead13b7da5..1c184d379b 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -789,6 +789,7 @@ blockquote { /* solo quotes */ .wiki { margin-top: 14px; color: scale-color($primary, $lightness: 60%); + margin-left: 5px; } }