mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
remove pre styles -- see #4547
This commit is contained in:
parent
7cf23a1846
commit
4fdd63a516
1 changed files with 0 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue