X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=doc%2Fwebdeveloper%2Fstylesheets%2Foutline_images_without_alt_attributes.css;fp=doc%2Fwebdeveloper%2Fstylesheets%2Foutline_images_without_alt_attributes.css;h=5bcc4cec2fdb8422f25315c10d1dd81bf26bdb8c;hp=0000000000000000000000000000000000000000;hb=c3b0deb3d8c9f439739c79806e915c29bc1d4b84;hpb=cff6539539a79e014f6ac8df46716cafce2c8472 diff --git a/doc/webdeveloper/stylesheets/outline_images_without_alt_attributes.css b/doc/webdeveloper/stylesheets/outline_images_without_alt_attributes.css new file mode 100644 index 0000000..5bcc4ce --- /dev/null +++ b/doc/webdeveloper/stylesheets/outline_images_without_alt_attributes.css @@ -0,0 +1,5 @@ +img:not([alt]) +{ + -moz-outline: 1px solid #ff0000 !important; + outline: 1px solid #ff0000 !important; +} \ No newline at end of file