История изменений
Исправление resurtm, (текущая версия) :
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.linux.org.ru") {
#hd .menu li:nth-child(4) a {
color: blue !important;
}
}
Исходная версия resurtm, :
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.linux.org.ru") {
#hd .menu li:nth-child(4) a{
color: blue !important;
}
}