X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/c8e99e58f301ed60fad3695d27730fb799e5a1d7..3bb7706790b4f955cfbc412ee65c4a620c15d5b0:/Resources/public/css/reset.css

diff --git a/Resources/public/css/reset.css b/Resources/public/css/reset.css
index b3c89c0..095dd31 100644
--- a/Resources/public/css/reset.css
+++ b/Resources/public/css/reset.css
@@ -5,11 +5,14 @@ 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, input, textarea, button, select, option, optgroup {
+	border: 0;
+	font-family: inherit;
+	font-size: inherit;
+	font-stretch: inherit;
+	font-style: inherit;
+	line-height: inherit;
 	margin: 0;
 	padding: 0;
-	border: 0;
-	font-size: 100%;
-	font: inherit;
 	vertical-align: baseline;
 }
 
@@ -19,7 +22,7 @@ section {
 }
 
 body {
-	line-height: 1;
+	line-height: normal;
 }
 
 ol, ul {