diff options
author | Thomas Willingham <founder@kakste.com> | 2012-08-09 01:35:46 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-08-09 01:35:46 +0100 |
commit | 29b8b8f82b72f646ea4c55d66766bd0e0c950657 (patch) | |
tree | 4b0b3a7c7fe941cddbdb359d4a7e3384e6b33dd6 /view/theme/dispy/light/style.less | |
parent | 5b1a4100e07db023b0f6dae89aa009e74992b7e6 (diff) | |
parent | c28da5673731acbedecb4209c38b72046db597e1 (diff) | |
download | volse-hubzilla-29b8b8f82b72f646ea4c55d66766bd0e0c950657.tar.gz volse-hubzilla-29b8b8f82b72f646ea4c55d66766bd0e0c950657.tar.bz2 volse-hubzilla-29b8b8f82b72f646ea4c55d66766bd0e0c950657.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/theme/dispy/light/style.less')
-rw-r--r-- | view/theme/dispy/light/style.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less index d04f86969..8bb3dffa5 100644 --- a/view/theme/dispy/light/style.less +++ b/view/theme/dispy/light/style.less @@ -543,9 +543,9 @@ nav .nav-link { } } #nav-manage-link { - background-position: 0px -22px; + background-position: -88px -88px; &:hover { - background-position: -22px -22px; + background-position: -110px -88px; } } #nav-messages-link { |