diff options
| author | Frederick Muriuki Muriithi | 2026-01-07 12:25:03 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-01-07 12:25:03 -0600 |
| commit | 70430ef5a9a28d9acd13e738870964b5de9d9a6d (patch) | |
| tree | a6b19caf685f0ffb4e58534913c6af1c030a51ed /uploader/static/css/theme.css | |
| parent | e4db73ebd5daf7cf4e228fb0f2b70e02db046e31 (diff) | |
| download | gn-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.css | 2 |
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 { |
