Return to Snippet

Revision: 56523
at April 1, 2012 15:17 by Dante


Updated Code
@-moz-document url-prefix() {
	#div-id .div-class{
		styleshere: #;
	
	}
	}

Revision: 56522
at April 1, 2012 15:16 by Dante


Initial Code
@-moz-document url-prefix() {
	#div-id .div-class{
		styleshere: #;

	
	}
	}

Initial URL


Initial Description
Used for FF specific CSS edits.

Initial Title
Target Firefox Browsers in CSS

Initial Tags
css

Initial Language
CSS