From a4ff01258229d9ed888786356270280c5e172406 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 23 May 2013 09:37:24 +0300 Subject: [PATCH] Minor improve for code highlight in wiki --- app/assets/stylesheets/gitlab_bootstrap/files.scss | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) diff --git a/app/assets/stylesheets/gitlab_bootstrap/files.scss b/app/assets/stylesheets/gitlab_bootstrap/files.scss index d0bf3bd..78a3f0b 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/files.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/files.scss @@ -49,6 +49,15 @@ &.wiki { padding: 20px; font-size: 13px; + + .highlight { + margin-bottom: 9px; + @include border-radius(4px); + + > pre { + margin: 0; + } + } } &.blob_file { -- libgit2 0.21.2