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

remove pre styles -- see #4547

parent 7cf23a18
......@@ -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 {
......
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