View Source
css-rgo-invalid_styles.css
- /* This style sheet WILL NOT validate. */
- /* See <http://www.ronin-group.org/TRG_colophon.html> */
- /* for more information. */
- /* */
- /* LOADS BY: CSS ninjas. Bwah-hah-hah-hah! */
- /* FUNCTION: keeps invalid styles out of otherwise */
- /* valid style sheets. */
- /* */
- /* These are browser-specific implementations of */
- /* styles that are coming to CSS3. As specs evolve */
- /* from working drafts to candidate recommendations */
- /* and are officially implemented in the various */
- /* browsers, they will be appropriately relocated to */
- /* the main style sheet. */
- /* */
- /* enable columns for Firefox & Safari */
- .colset01 { -moz-column-width: 15em; -moz-column-gap: 1em;
- -webkit-column-width: 15em; -webkit-column-gap: 1em; }
- .colset02 { -moz-column-count: 2; -webkit-column-count: 2; }
- /* adds opacity to hover notes in IE */
- .note a:hover span { filter:alpha(opacity=90); }
Parsed in 0.039 seconds



