summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-06 21:48:15 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-06 21:48:15 +0200
commit7b38a0de9878b9b0214879e9def32c285e149808 (patch)
tree061bfa15977da74ffdb98811711aabf8f4ebd02c
parent872cf404eb0f57472e50de63f149595bd1ad9ac8 (diff)
downloadgitlab-ce-7b38a0de9878b9b0214879e9def32c285e149808.tar.gz
show highlighted code correctly inside issue body
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap/blocks.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
index 4d1b6446362..ce939bc26ca 100644
--- a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
@@ -34,13 +34,6 @@
padding: 15px;
word-wrap: break-word;
- pre {
- background: none !important;
- margin: 0;
- border: none;
- padding: 0;
- }
-
.clearfix {
margin: 0;
}