summaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-29 12:23:13 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-29 12:23:13 +0200
commit721e48a88479e112fec8bc1c432bc8407a0f805b (patch)
treef18e54d01fb9d5c825a68941c479f17ea5d05803 /src/static/style.css
parent6853a216b90658ae2147cbd0d13b53c95f0bc904 (diff)
Move stuff to CSS classes
Diffstat (limited to 'src/static/style.css')
-rw-r--r--src/static/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css
index 4784cb1..f0b6130 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -43,6 +43,12 @@ a {
border-left: 1px solid #fff;
border-right: 1px solid #000;
}
+.navCell-first {
+ border-left: none;
+}
+.navCell-fill {
+ border-right: none;
+}
.navCell a {
display: block;
padding: 4px 32px;