summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/highlight
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-26 09:51:23 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-26 09:51:23 +0200
commit5bdcdcd81fd56e9806ca1560d0ca1304d2e84be2 (patch)
treeb3d12a8f63733a6eb838639add3866f886bf305b /app/assets/stylesheets/highlight
parent1c7aecc8f5be4eee30b44a188cbae8341a67f740 (diff)
downloadgitlab-ce-5bdcdcd81fd56e9806ca1560d0ca1304d2e84be2.tar.gz
Add border to white code blocks
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/highlight')
-rw-r--r--app/assets/stylesheets/highlight/white.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/highlight/white.scss b/app/assets/stylesheets/highlight/white.scss
index 880387a3483..c06bed3c21e 100644
--- a/app/assets/stylesheets/highlight/white.scss
+++ b/app/assets/stylesheets/highlight/white.scss
@@ -178,3 +178,9 @@
.shadow {
@include box-shadow(0 5px 15px #000);
}
+
+.wiki, .note-body {
+ .highlight {
+ border: 1px solid #DDD;
+ }
+}