From 6eb21540a594cfb4df7a931c8ac945728a6fd976 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 28 Feb 2023 11:31:48 -0500 Subject: implement delete button --- style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index c6f0172..503f976 100644 --- a/style.css +++ b/style.css @@ -98,8 +98,8 @@ tr:nth-child(even) { margin-top: 2px; } -.author { - font-size: 12pt; +.post-info { + font-size: 0.8em; } .new-post-form { @@ -152,3 +152,9 @@ textarea { font-size: 1em; font-family: Lato, FreeSans, Roboto, Helvetica, Sans-Serif; } + +.delete-button { + margin-left:2px; + float:right; + font-size:0.8em +} -- cgit v1.2.3