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 | |
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')
-rw-r--r-- | view/theme/quattro/quattro.less | 2 | ||||
-rw-r--r-- | view/theme/quattro/style.css | 3 |
2 files changed, 5 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; diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css index a6ea35869..ad50ee327 100644 --- a/view/theme/quattro/style.css +++ b/view/theme/quattro/style.css @@ -501,6 +501,9 @@ section { top: -10px; width: 16px; } +.unstarred { + display: none; +} .wall-item-container { display: table; width: 780px; |