Add bullet points!
This commit is contained in:
parent
1451104b75
commit
6840302469
|
@ -38,3 +38,7 @@ form#blog_post_form {
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul#blog_posts {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
|
@ -30,6 +30,10 @@ ol {
|
||||||
list-style-type: decimal;
|
list-style-type: decimal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style-type: disc;
|
||||||
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6, h7 {
|
h1, h2, h3, h4, h5, h6, h7 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: .5em 0;
|
padding: .5em 0;
|
||||||
|
|
Loading…
Reference in New Issue