diff options
author | Frankie B <git@diskfloppy.me> | 2023-12-31 02:21:44 +0000 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-12-31 02:21:44 +0000 |
commit | 506dbc2b9000ab29ec1864427f0b1b9aef7256c8 (patch) | |
tree | 838642c7ce71da60150986c953e0ccad2da45d41 /public/css/master.css | |
parent | 0b050ec1280e3289a2ca470ff2eb9691b8b82bfc (diff) |
Add hr to header and style hrs
Diffstat (limited to 'public/css/master.css')
-rw-r--r-- | public/css/master.css | 10 |
1 files changed, 10 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; |