1
0
mirror of https://github.com/writeas/writefreely synced 2025-02-10 07:40:39 +01:00

Fix whitespace in modified LESS files

This commit is contained in:
Matt Baer 2024-10-22 15:56:32 -04:00
parent 76818287d6
commit 7fbf49a0f0
2 changed files with 4 additions and 4 deletions

View File

@ -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;
}
}
}

View File

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