Added comments
This commit is contained in:
parent
7860b0a8da
commit
94ba6aceea
|
@ -1,3 +1,10 @@
|
|||
/*
|
||||
* HTML5 Reset
|
||||
|
||||
* This is a slimmed down version of the following:
|
||||
* http://html5doctor.com/html-5-reset-stylesheet
|
||||
*/
|
||||
|
||||
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
|
@ -53,4 +60,4 @@ table {
|
|||
th {
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue