diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index 8463d77..eadd87b 100755 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -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} diff --git a/styles/readtheorg/readtheorg.org b/styles/readtheorg/readtheorg.org index f467c5f..fa58d97 100755 --- a/styles/readtheorg/readtheorg.org +++ b/styles/readtheorg/readtheorg.org @@ -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