8910b9f900609afcd50f85e9b11d8ea3275035b2
[pompage.git] / doc / webdeveloper / stylesheets / outline_links_without_title_attributes.css
1 a:not([title])
2 {
3 -moz-outline: 1px solid #ff0000 !important;
4 outline: 1px solid #ff0000 !important;
5 }