quattro: fix star
This commit is contained in:
parent
968e7bb3b1
commit
ec4061e6fe
|
@ -263,6 +263,8 @@ section {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
.wall-item-decor { position: absolute; left: 790px; top: -10px; width: 16px;}
|
.wall-item-decor { position: absolute; left: 790px; top: -10px; width: 16px;}
|
||||||
|
.unstarred { display: none; }
|
||||||
|
|
||||||
.wall-item-container {
|
.wall-item-container {
|
||||||
display: table;
|
display: table;
|
||||||
width: 780px;
|
width: 780px;
|
||||||
|
|
|
@ -501,6 +501,9 @@ section {
|
||||||
top: -10px;
|
top: -10px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
.unstarred {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.wall-item-container {
|
.wall-item-container {
|
||||||
display: table;
|
display: table;
|
||||||
width: 780px;
|
width: 780px;
|
||||||
|
|
Loading…
Reference in a new issue