Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13213 kshitij.so 1
 
2
 
3
 
4
/* ------- HTML5 display-role reset for older browsers ------- */
5
 
6
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
7
	display: block;
8
}
9
body {
10
	line-height: 1;
11
}
12
ol, ul {
13
	list-style: none;
14
}
15
blockquote, q {
16
	quotes: none;
17
}
18
blockquote:before, blockquote:after, q:before, q:after {
19
	content: '';
20
	content: none;
21
}
22
table {
23
	border-collapse: collapse;
24
	border-spacing: 0;
25
}
26