mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
#1715: strip code of styles when in a pre
This commit is contained in:
Binary file not shown.
Vendored
+2
@@ -494,7 +494,9 @@ pre.prettyprint {
|
||||
}
|
||||
pre code {
|
||||
padding: 0;
|
||||
color: inherit;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
form {
|
||||
margin: 0 0 18px;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user