From ab00082232fb328cc0092549d500ac6a982acd4e Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 20 Sep 2022 20:51:45 +0100 Subject: [PATCH] Replaced quicklinks with 'action buttons' --- index.php | 18 +++++++++--------- issue.php | 2 +- styles/style.css | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/index.php b/index.php index 19e3063..6f6843e 100644 --- a/index.php +++ b/index.php @@ -26,15 +26,15 @@

Quick Links

- - - - - - - - - + + + + + + + + +

diff --git a/issue.php b/issue.php index 54c9601..bb79d6d 100644 --- a/issue.php +++ b/issue.php @@ -59,7 +59,7 @@

- + diff --git a/styles/style.css b/styles/style.css index 196ef48..b749c8d 100644 --- a/styles/style.css +++ b/styles/style.css @@ -47,7 +47,7 @@ a { line-height: 3; } -.quicklink { +.actionbutton { display: inline-block; cursor: pointer; background-color: #3c78d8;