about summary refs log tree commit diff
path: root/uploader/static/css/theme.css
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-01-07 12:25:03 -0600
committerFrederick Muriuki Muriithi2026-01-07 12:25:03 -0600
commit70430ef5a9a28d9acd13e738870964b5de9d9a6d (patch)
treea6b19caf685f0ffb4e58534913c6af1c030a51ed /uploader/static/css/theme.css
parente4db73ebd5daf7cf4e228fb0f2b70e02db046e31 (diff)
downloadgn-uploader-70430ef5a9a28d9acd13e738870964b5de9d9a6d.tar.gz
Move global navigations more to the left.
Diffstat (limited to 'uploader/static/css/theme.css')
-rw-r--r--uploader/static/css/theme.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/static/css/theme.css b/uploader/static/css/theme.css
index dffb655..45e5d3d 100644
--- a/uploader/static/css/theme.css
+++ b/uploader/static/css/theme.css
@@ -15,10 +15,10 @@ body {
 #header #header-nav .nav li a {
     /* Content styling */
     color: #FFFFFF;
-    vertical-align: top;
     font-size: 0.7em;
     text-align: center;
     padding: 1px 7px;
+    text-decoration: none;
 }
 
 #main #breadcrumbs {