Fix whitespace in modified LESS files

pull/1128/head
Matt Baer 4 weeks ago
parent 76818287d6
commit 7fbf49a0f0
  1. 6
      less/core.less
  2. 2
      less/post-temp.less

@ -5,7 +5,7 @@ body {
-moz-osx-font-smoothing: grayscale;
background-color: white;
color: #111;
h1, header h2 {
a {
color: @headerTextColor;
@ -1121,7 +1121,7 @@ li {
}
}
ul.errors {
ul.errors {
padding: 0;
text-indent: 0;
li.urgent {
@ -1657,4 +1657,4 @@ p#emailsub {
font-weight: bold;
margin-left: 0.25em;
}
}
}

@ -12,7 +12,7 @@ body {
&:hover {
.opacity(1);
}
h1 {
font-size: 1.6em;
}

Loading…
Cancel
Save