Removed double semicolons (#400)

no issue
This commit is contained in:
Joona Viertola 2017-11-20 07:38:20 +02:00 committed by Aileen Nowak
parent de05d90fe9
commit 4ff4b4c7f8
2 changed files with 2 additions and 2 deletions

View File

@ -383,7 +383,7 @@ dd {
blockquote {
margin: 1.5em 0;
padding: 0 1.6em 0 1.6em;
border-left: var(--whitegrey) 0.5em solid;;
border-left: var(--whitegrey) 0.5em solid;
}
blockquote p {

View File

@ -1866,7 +1866,7 @@ Usage (In Ghost editor):
}
.site-footer-content a {
color: rgba(255,255,255,0.7);;
color: rgba(255,255,255,0.7);
}
.site-footer-content a:hover {