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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorAndres Galante <agalante@gmail.com>2017-10-20 10:33:56 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-10-20 10:33:56 +0300
commita89187f94d1e0c197ee24726e93b1d71417c6aed (patch)
tree1729193bc07b993adfd3011e162b61bfbc90e06a /scss
parentb21c822e50f36e4e57cd68cd616ec9edf9dc2de7 (diff)
Remove margin from pre in code.scss since it's already set in reboot (#24366)
Diffstat (limited to 'scss')
-rw-r--r--scss/_code.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_code.scss b/scss/_code.scss
index 759da15b79..b88f5b61de 100644
--- a/scss/_code.scss
+++ b/scss/_code.scss
@@ -42,8 +42,6 @@ kbd {
// Blocks of code
pre {
display: block;
- margin-top: 0;
- margin-bottom: 1rem;
font-size: $code-font-size;
color: $pre-color;