From f62b82685fe64e698ca34f331889d416a099184a Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 9 Aug 2022 15:28:39 +0100 Subject: [PATCH] remove font specs --- app/src/frontend/building/edit-history/edit-history.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/src/frontend/building/edit-history/edit-history.css b/app/src/frontend/building/edit-history/edit-history.css index 0af988cb..c4ca8399 100644 --- a/app/src/frontend/building/edit-history/edit-history.css +++ b/app/src/frontend/building/edit-history/edit-history.css @@ -8,14 +8,8 @@ } ul[id="first-only"] li{ - color: black; display: none; - position: absolute; - font-size: 30px; } ul[id="first-only"] li:first-of-type { - color: black; display: block; - position: absolute; - font-size: 30px; } \ No newline at end of file