Fixed a code floating issue with <pre> tags nested inside of list elements.

This commit is contained in:
Garrett Moon
2013-07-15 16:14:08 -05:00
bovenliggende 8dc4d28a93
commit 39d7062639
5 gewijzigde bestanden met toevoegingen van 417 en 1 verwijderingen

Bestand weergeven

@ -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 {