wersja skryptu MyBB: 1.6.12
adres forum: std2014.xaa.pl
na czym polega problem (screen, opis, komunikaty):
jak z tego usunąć drukowane napisy ??
adres forum: std2014.xaa.pl
na czym polega problem (screen, opis, komunikaty):
jak z tego usunąć drukowane napisy ??
.prefix {
display: inline-block;
height: 16px;
line-height: 16px;
padding: 0 5px;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
color: white;
text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-image: url(http://tut4you.pl/images/tut4you/lime/highlight.png);
background-repeat: repeat-x;
background-position: 0 -1px;
}