Skip to content

Commit eb21b34

Browse files
committed
Remove duplicate li.attribution declaration
1 parent 576cd94 commit eb21b34

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

_sass/_ed.scss

+2-9
Original file line numberDiff line numberDiff line change
@@ -197,15 +197,6 @@ blockquote p:last-child {
197197
}
198198
}
199199

200-
/* To add an attribution, make sure to make a line with the attribution class */
201-
li.attribution {
202-
text-align: right;
203-
list-style: none;
204-
padding: 0rem 1.5rem 0rem 2rem;
205-
margin: 0 0 20px 0;
206-
color: $text-color;
207-
}
208-
209200
/* Images */
210201
img {
211202
display: block;
@@ -833,6 +824,8 @@ li.speakerGroup {
833824
margin-bottom: -1.6em;
834825
}
835826

827+
/* To add an attribution, make sure to make a line with the attribution class */
828+
836829
li.attribution {
837830
text-align: right;
838831
list-style: none;

0 commit comments

Comments
 (0)