Commit 5086fd0818eb41dce6ba6493762e3d57e55f4321
Exists in
master
Merge branch 'hide_gamification' into 'master'
Fix css compile error See merge request !2
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
public/style.css
1 | #user .logged-in .gamification-plugin.user-info-template { | 1 | #user .logged-in .gamification-plugin.user-info-template { |
2 | - margin-left: 0 !important | ||
3 | - padding: 0 !important | 2 | + margin-left: 0 !important; |
3 | + padding: 0 !important; | ||
4 | } | 4 | } |
5 | #user .logged-in .gamification-plugin.user-info-template * { | 5 | #user .logged-in .gamification-plugin.user-info-template * { |
6 | display: none; | 6 | display: none; |