diff options
Diffstat (limited to 'assets/css/src/header.css')
-rw-r--r-- | assets/css/src/header.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/src/header.css b/assets/css/src/header.css index 946a665b..f4903128 100644 --- a/assets/css/src/header.css +++ b/assets/css/src/header.css @@ -55,6 +55,11 @@ nav .active a { color: #d40000; } +/* user links on the left */ +header .user-links .dropdown { + margin-left: 15px; +} + /* title tooltip */ header h1 .tooltip { opacity: 0.3; |