mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-28 18:45:49 -05:00
Re-supply default list styles in page content
This commit is contained in:
parent
d01157e156
commit
e7e49e070c
3 changed files with 12 additions and 1 deletions
|
@ -551,6 +551,10 @@ ol {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0; }
|
padding: 0; }
|
||||||
|
body > main > article section ul {
|
||||||
|
list-style-type: disc;
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
padding-left: 1.5em; }
|
||||||
dl {
|
dl {
|
||||||
margin-bottom: 0.75em; }
|
margin-bottom: 0.75em; }
|
||||||
dl dt {
|
dl dt {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -81,6 +81,13 @@ article header h1 + p {
|
||||||
@include shift(1);
|
@include shift(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body > main > article section {
|
||||||
|
ul {
|
||||||
|
@extend %default-ul;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.twitter, .github {
|
.twitter, .github {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in a new issue