0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

remove pre styles -- see #4547

This commit is contained in:
Mark Otto 2015-04-13 16:36:36 -07:00
parent 7cf23a1846
commit 4fdd63a516

View 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 {