git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / outline_non_secure_elements.css
1 img[src^=http\:], object[codebase^=http\:], object[src^=http\:]
2 {
3 -moz-outline: 1px solid #ff0000 !important;
4 outline: 1px solid #ff0000 !important;
5 }
6
7 iframe[src^=http\:]
8 {
9 border: 1px solid #ff0000 !important;
10 }