diff options
| author | Mark Otto <[email protected]> | 2012-02-04 22:23:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-04 22:23:20 -0800 |
| commit | 468688638d69e23141ec4abda074a36e888c12c7 (patch) | |
| tree | b47373721d019620964492a05239856682b63a9f /less/code.less | |
| parent | 7e81f84b29da8ba87fb4aefcc11946002ad9962c (diff) | |
| download | bootstrap-468688638d69e23141ec4abda074a36e888c12c7.tar.xz bootstrap-468688638d69e23141ec4abda074a36e888c12c7.zip | |
#1715: strip code of styles when in a pre
Diffstat (limited to 'less/code.less')
| -rw-r--r-- | less/code.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/less/code.less b/less/code.less index 0cc3db857..e75cfa00d 100644 --- a/less/code.less +++ b/less/code.less @@ -39,6 +39,8 @@ pre { // Account for some code outputs that place code tags in pre tags code { padding: 0; + color: inherit; background-color: transparent; + border: 0; } } |
