diff options
author | Simon <simon@kisikew.org> | 2012-06-03 15:11:13 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-06-03 15:11:13 -0700 |
commit | 4d9ab1d775eb6ecf4837de379e4c3682cda29879 (patch) | |
tree | 31dc97b8618f6195234c92b84d4c3709e6b1135e /view/theme/dispy/light/style.less | |
parent | 9f4b89726176f9596cf3330a68cfab8cab5ab361 (diff) | |
parent | 34f210bc2d3e94e2150156e892a2a27d095f410c (diff) | |
download | volse-hubzilla-4d9ab1d775eb6ecf4837de379e4c3682cda29879.tar.gz volse-hubzilla-4d9ab1d775eb6ecf4837de379e4c3682cda29879.tar.bz2 volse-hubzilla-4d9ab1d775eb6ecf4837de379e4c3682cda29879.zip |
Merge pull request #324 from simonlnu/master
really odd error fixed in the mini photo-menu
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 72b3069a6..ba8e0093b 100644 --- a/view/theme/dispy/light/style.less +++ b/view/theme/dispy/light/style.less @@ -1538,8 +1538,8 @@ nav #nav-notifications-linkmenu { .box(40px, 40px); } .wall-item-photo-menu-button { - width: 4,5em; - top: 4em; + width: 3.35em; + top: 3.2em; background-position: 35px center; } .wall-item-author { |