23 lines
175 B
CSS
23 lines
175 B
CSS
a[rel=nofollow] {
|
|
}
|
|
|
|
a[rel='nofollow'] {
|
|
}
|
|
|
|
a[rel="nofollow"] {
|
|
}
|
|
|
|
object[type^="image/"] {
|
|
}
|
|
|
|
a[href$=".html"] {
|
|
}
|
|
|
|
p[title*="hello"] {
|
|
}
|
|
|
|
e[foo~="bar"] {
|
|
}
|
|
|
|
e[foo|="en"] {
|
|
} |