1
2
3
4
5
6
7
8
9
10
11
12
/*隱藏推文連結*/
.replurk .promote
{
font-size:0px !important;
filter:alpha(opacity=0) !important;
-moz-opacity:0 !important;
opacity:0 !important;
height:0 !important;
width:0 !important;
overflow:hidden;
zoom:1;
}