lists.css
379 Bytes
/* Lists */
ul, ol {
margin-bottom: 1.5em;
list-style-position: inside;
}
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl {
margin-bottom: 1.5em;
line-height: 1.4;
}
dl dt {
font-weight: bold;
margin-top: .5em;
}
dl dd { margin-bottom: 0em;}
dd { margin-left: .5em; }
li { line-height: 1.4; }
ol ol, ol ul, ul ul, ul ol {
margin-left: 1em;
}