diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-26 11:50:48 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-26 11:50:48 +0200 |
commit | ec4061e6feb5be540136cf79ea4cbd048ae4d047 (patch) | |
tree | ab934a51107143a7487bcc758d5edf512df262a8 /view/theme/quattro/quattro.less | |
parent | 968e7bb3b15cd4205e857c4245c5d328d17d6a66 (diff) | |
download | volse-hubzilla-ec4061e6feb5be540136cf79ea4cbd048ae4d047.tar.gz volse-hubzilla-ec4061e6feb5be540136cf79ea4cbd048ae4d047.tar.bz2 volse-hubzilla-ec4061e6feb5be540136cf79ea4cbd048ae4d047.zip |
quattro: fix star
Diffstat (limited to 'view/theme/quattro/quattro.less')
-rw-r--r-- | view/theme/quattro/quattro.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index e96095c24..95dd61adb 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -263,6 +263,8 @@ section { margin-bottom: 20px; } .wall-item-decor { position: absolute; left: 790px; top: -10px; width: 16px;} +.unstarred { display: none; } + .wall-item-container { display: table; width: 780px; |