Commit 4fdd63a5 authored by Mark Otto's avatar Mark Otto

remove pre styles -- see #4547

parent 7cf23a18
...@@ -40,14 +40,11 @@ kbd { ...@@ -40,14 +40,11 @@ kbd {
// Blocks of code // Blocks of code
pre { pre {
display: block; display: block;
padding: 1.5rem;
margin-top: 0; margin-top: 0;
margin-bottom: 1rem; margin-bottom: 1rem;
font-size: 90%; font-size: 90%;
line-height: $line-height-base; line-height: $line-height-base;
color: $pre-color; 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 // Account for some code outputs that place code tags in pre tags
code { code {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment