Reunify html and body specs

This commit is contained in:
Fabrice Niessen 2015-05-02 10:58:55 +02:00
parent 20c6f2b764
commit 676bfdc145
2 changed files with 8 additions and 16 deletions

View File

@ -32,6 +32,9 @@ h6{
}
html{
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
font-size:100%;
height:100%;
overflow-x:hidden;
}
@ -41,6 +44,7 @@ body{
color:#404040;
font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
font-weight:normal;
margin:0;
min-height:100%;
overflow-x:hidden;
}
@ -368,14 +372,6 @@ table tr:nth-child(2n-1) td{
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{
display:block}
html{
font-size:100%;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%}
body{
margin:0}
a:hover,a:active{
outline:0}

View File

@ -54,6 +54,9 @@ h6{
#+begin_src css
html{
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
font-size:100%;
height:100%;
overflow-x:hidden;
}
@ -63,6 +66,7 @@ body{
color:#404040;
font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
font-weight:normal;
margin:0;
min-height:100%;
overflow-x:hidden;
}
@ -495,14 +499,6 @@ table tr:nth-child(2n-1) td{
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{
display:block}
html{
font-size:100%;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%}
body{
margin:0}
a:hover,a:active{
outline:0}
#+end_src