CSS improvements for POD ordered lists

This commit is contained in:
Yorhel 2011-02-07 11:16:43 +01:00
parent dc9799d64e
commit 96186b1442

View file

@ -697,8 +697,8 @@ sub css {
.indexgroup ul { margin-left: 5px; list-style-type: none }
.indexgroup ul ul { margin-left: 20px }
.pod p { margin: 3px 15px 13px 15px; text-align: justify }
.pod ul { margin-left: 30px }
.pod ul li { margin-right: 15px; text-align: justify }
.pod ul, .pod ol { margin-left: 35px }
.pod ul li, .pod ol li { margin-right: 15px; text-align: justify }
.pod pre { padding-left: 0 }
.pod h1 a, .pod h2 a { color: #888; font-weight: bold; font-size: 19px }
.pod h1 { margin-top: 50px }