Return to Snippet

Revision: 25780
at April 15, 2010 06:49 by alexandrepayet


Updated Code
/* Reset default style
		-----------*/
		
		body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
			margin: 0; 
			padding: 0;
		}
		table { 
			border-collapse: collapse; 
			border-spacing: 0; 
		} 
		fieldset, img {  
			border: 0; 
		} 
		address, caption, cite, code, dfn, em, strong, th, var { 
			font-style: normal; 
			font-weight: normal; 
		} 
		ol, ul { 
			list-style: none;
			text-indent: 0;
		} 
		caption, th { 
			text-align: left; 
		} 
		h1, h2, h3, h4, h5, h6 { 
			font-size: 100%; 
			font-weight: normal; 
		} 
		q:before, q:after { 
			content: ''; 
		} 
		abbr, acronym {
			border: 0; 
		}
		a{
			text-decoration: none;
			outline : none; /* enl�¨ve les pointill�©s sous firefox lorsqu'un lien est cliqu�© */
		}

Revision: 25779
at April 13, 2010 01:24 by alexandrepayet


Updated Code
/* Reset default style
		-----------*/
		
		body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
			margin: 0; 
			padding: 0;
		}
		table { 
			border-collapse: collapse; 
			border-spacing: 0; 
		} 
		fieldset, img {  
			border: 0; 
		} 
		address, caption, cite, code, dfn, em, strong, th, var { 
			font-style: normal; 
			font-weight: normal; 
		} 
		ol, ul { 
			list-style: none;
			text-indent: 0;
		} 
		caption, th { 
			text-align: left; 
		} 
		h1, h2, h3, h4, h5, h6 { 
			font-size: 100%; 
			font-weight: normal; 
		} 
		q:before, q:after { 
			content: ''; 
		} 
		abbr, acronym {
			border: 0; 
		}
		a{
			text-decoration: none;
			outline : none; /* enlève les pointillés sous firefox lorsqu'un lien est cliqué */
		}

Revision: 25778
at April 9, 2010 01:16 by alexandrepayet


Initial Code
/* Reset default style
		-----------*/
		
		body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
			margin: 0; 
			padding: 0;
		}
		table { 
			border-collapse: collapse; 
			border-spacing: 0; 
		} 
		fieldset, img {  
			border: 0; 
		} 
		address, caption, cite, code, dfn, em, strong, th, var { 
			font-style: normal; 
			font-weight: normal; 
		} 
		ol, ul { 
			list-style: none;
			text-indent: 0;
		} 
		caption, th { 
			text-align: left; 
		} 
		h1, h2, h3, h4, h5, h6 { 
			font-size: 100%; 
			font-weight: normal; 
		} 
		q:before, q:after { 
			content: ''; 
		} 
		abbr, acronym {
			border: 0; 
		}
		a{
			text-decoration: none;
			outline : none; /* enlève les pointillés sous firefox lorsqu'un lien est cliqué */
		}

Initial URL


Initial Description


Initial Title
CSS : Reset CSS

Initial Tags
css

Initial Language
CSS