From 7fbf49a0f002d94f630e33ce78d89020ba192a98 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Tue, 22 Oct 2024 15:56:32 -0400 Subject: [PATCH] Fix whitespace in modified LESS files --- less/core.less | 6 +++--- less/post-temp.less | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/less/core.less b/less/core.less index 49957aa..6dde923 100644 --- a/less/core.less +++ b/less/core.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; } -} \ No newline at end of file +} diff --git a/less/post-temp.less b/less/post-temp.less index 73a1fbe..bb818c1 100644 --- a/less/post-temp.less +++ b/less/post-temp.less @@ -12,7 +12,7 @@ body { &:hover { .opacity(1); } - + h1 { font-size: 1.6em; }