diff options
author | moisseev <moiseev@mezonplus.ru> | 2020-07-03 10:12:07 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2020-07-03 10:12:07 +0300 |
commit | b80af214e74bc5327f2c9c7df033c82e35b4272d (patch) | |
tree | 0d117ffbe07f47c2b997275ed48ade7f54ae5247 /interface | |
parent | 8ea559e6a757039b40d01fbee45b3866839df230 (diff) | |
download | rspamd-b80af214e74bc5327f2c9c7df033c82e35b4272d.tar.gz rspamd-b80af214e74bc5327f2c9c7df033c82e35b4272d.zip |
[Minor] Restore navbar bottom border
Diffstat (limited to 'interface')
-rw-r--r-- | interface/css/rspamd.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index 3e101f580..81e481b47 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -34,6 +34,9 @@ body { padding-top: 0; padding-bottom: 0; margin-bottom: 20px; + border-bottom-color: rgb(231, 231, 231); + border-bottom-style: solid; + border-bottom-width: 1px; } .nav-pills .nav-link.active { background-color: #e7e7e7; |