Commit f5562355 authored by Jacob Schatz's avatar Jacob Schatz

Move multiple css rules to multiple lines.

Removes extra line breaks.
parent fbb27a42
...@@ -28,7 +28,6 @@ $gl-avatar-size: 46px; ...@@ -28,7 +28,6 @@ $gl-avatar-size: 46px;
$secondary-text: #7f8fa4; $secondary-text: #7f8fa4;
$error-exclamation-point: #E62958; $error-exclamation-point: #E62958;
/* /*
* Color schema * Color schema
*/ */
......
...@@ -559,7 +559,8 @@ pre.light-well { ...@@ -559,7 +559,8 @@ pre.light-well {
} }
} }
.cannot-be-merged, .cannot-be-merged:hover { .cannot-be-merged,
.cannot-be-merged:hover {
color: #E62958; color: #E62958;
margin-top: 2px; margin-top: 2px;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment