Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-12-12 07:38:56 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-12-12 07:38:56 +0300
commit421eef0979cc734fd0906195d7f95c00ce6f53ea (patch)
tree6bf3d86047f694c0c7ce94f3334a7be934bac304 /content
parentadd3b932dc264638a140ecae1294f05404e3d6cc (diff)
Update codeblock styles.
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/highlight.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/assets/stylesheets/highlight.scss b/content/assets/stylesheets/highlight.scss
index 935b0b402..6581f367d 100644
--- a/content/assets/stylesheets/highlight.scss
+++ b/content/assets/stylesheets/highlight.scss
@@ -1,12 +1,13 @@
---
-version: 4
+version: 5
---
/* https://github.com/aahan/pygments-github-style */
pre.highlight {
padding: 10px 15px;
border: 1px solid rgba(0, 0, 0, 0.15);
- box-shadow: 2px 2px 3px rgb(223, 223, 223);
+ box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15);
+ border-radius: 3px;
overflow-x: auto;
margin: 20px 0;