home *** CD-ROM | disk | FTP | other *** search
- /*
- Name: Debug with outline
- Version: 1.00
- Author: Opera Software ASA
- Description: Debug pages with outline. Replace outline with border to avoid overlapping. Note that this causes reflow.
-
- Copyright ⌐ 2003 Opera Software ASA.
- */
-
- iframe {outline: 3px solid green !important;}
-
- table {outline: 3px solid black !important;}
-
- div {outline: 2px solid red !important;}
-
- object {outline: 2px dashed blue !important;}
-
- form {outline: 2px dotted green !important;}
-
- td, th {outline: 1px dashed yellow !important;}
-
- p {outline: 2px dotted black !important;}
-
- span {outline: 1px dotted red !important;}
-
-