Jos la statistici (members , posts , new member ) am bagat un transition si nu imi merge ..... Va rog spuneti-mi ce sa fac ... ca nu functioneaza Cod /* board stats */
#board_stats ul { text-align: center; }
#board_stats li {
margin-right: 20px;
background: rgba(255,255,255,0.1);
padding-right: 6px;
border-radius: 3px;
box-shadow: inset 0px 0px 0px rgba(139,0,0,0.7);
transition: all 1s ease-in-out;
cursor:pointer ;
}
#board_stats .value {
display: inline-block;
background: #2b2b2b;
color: #fff;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
padding: 7px 12px;
font-weight: bold;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
transition: all 1s ease-in-out)
box-shadow: inset 0px 0px 0px rgba(139,0,0,0.5);
margin-right: 4px;
}