stylelint: Fix css stylistic violations in various scss stylesheets.

This commit is contained in:
Aditya Bansal 2018-07-26 01:08:45 +05:30 committed by Tim Abbott
parent be77e600ee
commit fa3a337f37
6 changed files with 18 additions and 13 deletions

View File

@ -60,7 +60,8 @@
}
@keyframes bounce {
0%, 100% {
0%,
100% {
-webkit-transform: translateY(0px);
}
@ -276,5 +277,5 @@
#hotspot_intro_reply_icon {
position: relative;
top: 50%;
transform: perspective(1px) translateY(-75%)
transform: perspective(1px) translateY(-75%);
}

View File

@ -113,7 +113,8 @@
}
@keyframes shake {
10%, 90% {
10%,
90% {
transform: translate3d(-1px, 0, 0);
}

View File

@ -167,7 +167,8 @@
margin-left: 7px;
}
#searchbox, #searchbox_legacy {
#searchbox,
#searchbox_legacy {
margin-left: 42px;
}
@ -244,7 +245,8 @@
margin-right: 115px;
}
#searchbox, #searchbox_legacy {
#searchbox,
#searchbox_legacy {
.input-append .fa-search {
top: 5px;
}

View File

@ -422,7 +422,8 @@ a.title:hover {
}
img.screenshot {
/* This makes it so screenshots are still shown if they are larger than their span.*/
/* This makes it so screenshots are still shown
even if they are larger than their span. */
max-width: 100%;
}