Skip to content

Commit

Permalink
Remove duplicate li.attribution declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstolley committed Nov 19, 2019
1 parent 576cd94 commit eb21b34
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions _sass/_ed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -197,15 +197,6 @@ blockquote p:last-child {
}
}

/* To add an attribution, make sure to make a line with the attribution class */
li.attribution {
text-align: right;
list-style: none;
padding: 0rem 1.5rem 0rem 2rem;
margin: 0 0 20px 0;
color: $text-color;
}

/* Images */
img {
display: block;
Expand Down Expand Up @@ -833,6 +824,8 @@ li.speakerGroup {
margin-bottom: -1.6em;
}

/* To add an attribution, make sure to make a line with the attribution class */

li.attribution {
text-align: right;
list-style: none;
Expand Down

0 comments on commit eb21b34

Please sign in to comment.