From ec4061e6feb5be540136cf79ea4cbd048ae4d047 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Mon, 26 Sep 2011 11:50:48 +0200 Subject: quattro: fix star --- view/theme/quattro/quattro.less | 2 ++ view/theme/quattro/style.css | 3 +++ 2 files changed, 5 insertions(+) (limited to 'view/theme/quattro') 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; -- cgit v1.2.3