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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-30 17:31:32 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-30 19:53:37 +0300
commitd14e16526e16367aa744d17d683f738194ff9695 (patch)
treef290109445fdfaa4351bd22d0aa32eae8690c850 /app/assets/stylesheets/pages/diff.scss
parent380c7169cbcc67b4046bc63b62fd1c452c76ad12 (diff)
Increase padding in markdown code blocks
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-rw-r--r--app/assets/stylesheets/pages/diff.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index a999a70693e..7d7143631f2 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -25,10 +25,6 @@
color: $gl-text-color;
border-radius: 0 0 3px 3px;
- .code {
- padding: 0;
- }
-
.unfold {
cursor: pointer;
}