Fixed a code floating issue with <pre> tags nested inside of list elements.
This commit is contained in:
@ -237,7 +237,7 @@ html, body {
|
||||
&.span9 {
|
||||
width: 76.4866339334%;
|
||||
margin-left: 0px;
|
||||
@media (min-width: 1200px) {
|
||||
@media (min-width: 1200px) {
|
||||
width: 76.8866339334%;
|
||||
}
|
||||
}
|
||||
@ -553,6 +553,10 @@ pre {
|
||||
clear: both;
|
||||
//border-top: 1px solid @dark;
|
||||
}
|
||||
p, ul, ol, dl, h2, h3,h4, h5, h6, pre {
|
||||
float: none;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
ul,ol {
|
||||
li {
|
||||
|
Verwijs in nieuw issue
Block a user