Commit 5086fd0818eb41dce6ba6493762e3d57e55f4321

Authored by Leandro Santos
2 parents 67c4725c c8988dc8
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 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 5 #user .logged-in .gamification-plugin.user-info-template * {
6 6 display: none;
... ...