diff options
| author | Mark Otto <[email protected]> | 2013-08-12 11:34:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 11:34:28 -0700 |
| commit | 9564c356d32168ccb9a9c28e6b51d08234993754 (patch) | |
| tree | 7adca9961373a3110959f48f037a62c5a12904ac /less | |
| parent | a74d6cfe735bb7749ad5843d5faa2f5f9745a426 (diff) | |
| download | bootstrap-9564c356d32168ccb9a9c28e6b51d08234993754.tar.xz bootstrap-9564c356d32168ccb9a9c28e6b51d08234993754.zip | |
inherit font-size in code when inside pre
Diffstat (limited to 'less')
| -rw-r--r-- | less/code.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/code.less b/less/code.less index 74a3a7a39..d6661d2b9 100644 --- a/less/code.less +++ b/less/code.less @@ -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; |
