Firefox 3.5 now supports the nth- * pseudo-class, which was what I used to configure my css for Safari and Chrome. Now Firefox also reads this data, causing minor layout problems. Does anyone know a way to specifically configure FF 3.5+?
BODY:nth-of-type(1) #topsearch input[type=submit] {
height:19px
}
nonagon
source
share