From 4b5ec2a5709404feb51ccc3900c0770ba81929bf Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 22 Sep 2023 17:43:09 -0500 Subject: Markdown and edit button --- web/css/gn-lite.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'web/css') diff --git a/web/css/gn-lite.css b/web/css/gn-lite.css index 3ce6ace..4eb2968 100644 --- a/web/css/gn-lite.css +++ b/web/css/gn-lite.css @@ -3,6 +3,7 @@ padding: 20px; } -.button_align_right{ - float:right; +.button-align-right{ + float: right; + padding: 5px; } -- cgit v1.2.3