Reduce margins for lists
This commit is contained in:
parent
bed29b6ab4
commit
0a777840d2
@ -2,7 +2,7 @@
|
|||||||
ul {
|
ul {
|
||||||
list-style: disc;
|
list-style: disc;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
margin-bottom:24px;
|
margin-bottom: 1em;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
margin-left: 24px;
|
margin-left: 24px;
|
||||||
@ -13,7 +13,7 @@ ul {
|
|||||||
ol {
|
ol {
|
||||||
list-style: decimal;
|
list-style: decimal;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
margin-bottom:24px;
|
margin-bottom: 1em;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
margin-left: 24px;
|
margin-left: 24px;
|
||||||
@ -22,6 +22,8 @@ ol {
|
|||||||
|
|
||||||
// Description Lists
|
// Description Lists
|
||||||
dl {
|
dl {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
|
||||||
dt {
|
dt {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
vertical-align:top;
|
vertical-align:top;
|
||||||
|
Loading…
Reference in New Issue
Block a user