Move multiple css rules to multiple lines.

Removes extra line breaks.
This commit is contained in:
Jacob Schatz 2016-01-19 08:44:16 -05:00
parent fbb27a4244
commit f5562355f4
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,6 @@ $gl-avatar-size: 46px;
$secondary-text: #7f8fa4;
$error-exclamation-point: #E62958;
/*
* Color schema
*/

View File

@ -559,7 +559,8 @@ pre.light-well {
}
}
.cannot-be-merged, .cannot-be-merged:hover {
.cannot-be-merged,
.cannot-be-merged:hover {
color: #E62958;
margin-top: 2px;
}