]> git.mxchange.org Git - friendica.git/commitdiff
quattro: fix star
authorFabio Comuni <fabrix.xm@gmail.com>
Mon, 26 Sep 2011 09:50:48 +0000 (11:50 +0200)
committerFabio Comuni <fabrix.xm@gmail.com>
Mon, 26 Sep 2011 09:50:48 +0000 (11:50 +0200)
view/theme/quattro/quattro.less
view/theme/quattro/style.css

index e96095c245a41ad0fc1802a387127efc94b480eb..95dd61adb73d3102224b5406eb5e083504915de3 100644 (file)
@@ -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;
index a6ea35869698407257310ec35e80a6addbf6d196..ad50ee3271acbe91b14578bdf55530d50b92101d 100644 (file)
@@ -501,6 +501,9 @@ section {
   top: -10px;
   width: 16px;
 }
+.unstarred {
+  display: none;
+}
 .wall-item-container {
   display: table;
   width: 780px;