quattro: fix star

This commit is contained in:
Fabio Comuni 2011-09-26 11:50:48 +02:00
parent 968e7bb3b1
commit ec4061e6fe
2 changed files with 5 additions and 0 deletions

View 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;

View File

@ -501,6 +501,9 @@ section {
top: -10px;
width: 16px;
}
.unstarred {
display: none;
}
.wall-item-container {
display: table;
width: 780px;