0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

inherit font-size in code when inside pre

This commit is contained in:
Mark Otto 2013-08-12 11:34:28 -07:00
parent a74d6cfe73
commit 9564c356d3
3 changed files with 3 additions and 1 deletions

View File

@ -711,6 +711,7 @@ pre.prettyprint {
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;

File diff suppressed because one or more lines are too long

View File

@ -41,6 +41,7 @@ pre {
// Account for some code outputs that place code tags in pre tags
code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;