diff options
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/stylesheets/layout.css.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/layout.css.scss b/app/assets/stylesheets/layout.css.scss index 2c51cd6df..555308c22 100644 --- a/app/assets/stylesheets/layout.css.scss +++ b/app/assets/stylesheets/layout.css.scss @@ -21,6 +21,10 @@ p.after_map { padding: 0px; } } +ul.user li.language.selected +{ + border-bottom: 2px solid black; +} #sidebar ul { padding: 0 8px; |
