Re-supply default list styles in page content

This commit is contained in:
Ray Schamp 2015-05-06 10:44:47 -04:00
parent d01157e156
commit e7e49e070c
3 changed files with 12 additions and 1 deletions

View file

@ -551,6 +551,10 @@ ol {
list-style-type: none;
margin: 0;
padding: 0; }
body > main > article section ul {
list-style-type: disc;
margin-bottom: 0.75em;
padding-left: 1.5em; }
dl {
margin-bottom: 0.75em; }
dl dt {

File diff suppressed because one or more lines are too long

View file

@ -81,6 +81,13 @@ article header h1 + p {
@include shift(1);
}
body > main > article section {
ul {
@extend %default-ul;
}
}
.twitter, .github {
display: block;
float: left;