From d5b74abb359d7b31b32a83bbee1d9789d74cf3da Mon Sep 17 00:00:00 2001 From: emilyd Date: Sun, 26 Mar 2023 11:25:18 +0300 Subject: [PATCH 1/3] song display styling --- styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/styles.css b/styles.css index 737cb76..6125673 100644 --- a/styles.css +++ b/styles.css @@ -73,3 +73,14 @@ main { padding: 15px; margin: 0; } +.song-display { + display: inline-block; + background-color: #000000; + width: 285px; + font-size: 11pt; + border: 1px solid #c0c0c0; + color: #ed8e1d; + padding: 3px 5px 2px 5px; + vertical-align: middle; + font-family: monospace; +} -- 2.30.2 From 7ee1cdb4bff2d18216c7e4fc2b657c3989246c5f Mon Sep 17 00:00:00 2001 From: emilyd Date: Sun, 26 Mar 2023 11:26:42 +0300 Subject: [PATCH 2/3] add song display, currently a placeholder --- includes/header.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/header.php b/includes/header.php index bc84c76..d3b7c6e 100644 --- a/includes/header.php +++ b/includes/header.php @@ -14,6 +14,7 @@ request about contact +
yeah
-- 2.30.2 From 590870db779bf8c08e32e16f4cb4c236874dcd59 Mon Sep 17 00:00:00 2001 From: emilyd Date: Sun, 26 Mar 2023 14:30:32 +0300 Subject: [PATCH 3/3] show date in song-display --- includes/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/header.php b/includes/header.php index d3b7c6e..d27e647 100644 --- a/includes/header.php +++ b/includes/header.php @@ -14,7 +14,7 @@ request about contact -
yeah
+
Today is
-- 2.30.2