summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-12-31 02:21:44 +0000
committerFrankie B <git@diskfloppy.me>2023-12-31 02:21:44 +0000
commite0f354f4d27d850a285cab263d097f6c072673cb (patch)
tree838642c7ce71da60150986c953e0ccad2da45d41
parent00963a4b394b13f661587887fe6a8e729d8ecc59 (diff)
Add hr to header and style hrs
-rw-r--r--public/css/master.css10
-rw-r--r--resources/views/includes/header.blade.php1
2 files changed, 11 insertions, 0 deletions
diff --git a/public/css/master.css b/public/css/master.css
index f36a500..5bebdd5 100644
--- a/public/css/master.css
+++ b/public/css/master.css
@@ -12,6 +12,11 @@ ul {
list-style-type: square;
}
+hr {
+ border: 1px solid var(--foreground);
+ border-bottom: none;
+}
+
div.page {
min-width: 780px;
max-width: 800px;
@@ -279,6 +284,11 @@ table.gb-entry {
margin-bottom: 5px;
}
+table.gb-entry hr {
+ border: 1px dotted var(--foreground);
+ border-bottom: none;
+}
+
table.gb-admin {
margin-bottom: 5px;
width: 500px;
diff --git a/resources/views/includes/header.blade.php b/resources/views/includes/header.blade.php
index 1c028b7..9efad05 100644
--- a/resources/views/includes/header.blade.php
+++ b/resources/views/includes/header.blade.php
@@ -14,3 +14,4 @@
</div>
</div>
</nav>
+ <hr>