CSS: bugfix

master
Alinson S. Xavier 18 years ago
parent 100d6bd4c6
commit 9461dcaf66

@ -795,3 +795,11 @@ table.log th {
#wiki_text h3 { font-size: 12px; }
#wiki_text h4, #wiki_text h5, #wiki_text h6 { font-size: 11px; }
.content ol li {
background-image: none;
padding: 0px;
}
ul ul, ul ol, ol ul, ol ol {
margin: 0px;
}