diff options
| author | Mark Otto <[email protected]> | 2014-07-08 16:25:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 16:25:01 -0700 |
| commit | f6367bc0e4d66ab56f61d9aee3d326dcce19847f (patch) | |
| tree | c7692865a22e379339b7140cd89c7c5d30c5aaf4 /less/code.less | |
| parent | 86099bfb330ae43026e07ce7d14b67201fbb96d4 (diff) | |
| download | bootstrap-f6367bc0e4d66ab56f61d9aee3d326dcce19847f.tar.xz bootstrap-f6367bc0e4d66ab56f61d9aee3d326dcce19847f.zip | |
Implement the new border-radius guard: only round things if global @enable-rounded == true
Diffstat (limited to 'less/code.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 fcde30d34..d618d302a 100644 --- a/less/code.less +++ b/less/code.less @@ -46,6 +46,7 @@ pre { line-height: @line-height-base; color: @pre-color; background-color: @pre-bg; + .border-radius(@border-radius-base); // Account for some code outputs that place code tags in pre tags code { |
