Commit 3c1bc51f976afaefdbbdd3b969142a0aa7d33081
1 parent
c68296dd
Exists in
master
and in
79 other branches
Decreased font size to 11px
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/colab_spb_theme/static/css/header.css
... | ... | @@ -123,8 +123,9 @@ header #login-menu a.btn-spb-profile { |
123 | 123 | color: #FFF; |
124 | 124 | } |
125 | 125 | |
126 | -header #login-menu .login-item { | |
126 | +header #login-menu .login-item a { | |
127 | 127 | text-transform: uppercase; |
128 | + font-size: 11px; | |
128 | 129 | } |
129 | 130 | |
130 | 131 | header #login-menu-box { | ... | ... |