]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove pre styles -- see #4547
authorMark Otto <markdotto@gmail.com>
Mon, 13 Apr 2015 23:36:36 +0000 (16:36 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 13 Apr 2015 23:36:36 +0000 (16:36 -0700)
scss/_code.scss

index b495d4f203d926aba5668c60e67ebeccb17d860c..3045ac197a9dd90278f16959941394a48f0c2fc8 100644 (file)
@@ -40,14 +40,11 @@ kbd {
 // Blocks of code
 pre {
   display: block;
-  padding: 1.5rem;
   margin-top: 0;
   margin-bottom: 1rem;
   font-size: 90%;
   line-height: $line-height-base;
   color: $pre-color;
-  background-color: $pre-bg;
-  @include border-radius($border-radius-base);
 
   // Account for some code outputs that place code tags in pre tags
   code {