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 /dist/css/bootstrap.css | |
| parent | a74d6cfe735bb7749ad5843d5faa2f5f9745a426 (diff) | |
| download | bootstrap-9564c356d32168ccb9a9c28e6b51d08234993754.tar.xz bootstrap-9564c356d32168ccb9a9c28e6b51d08234993754.zip | |
inherit font-size in code when inside pre
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 47cdeedc1..b1cc33725 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -711,6 +711,7 @@ pre.prettyprint { pre code { padding: 0; + font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; |
