From 676bfdc14594dd5874e6d85e18571f1d688cfe2c Mon Sep 17 00:00:00 2001 From: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> Date: Sat, 2 May 2015 10:58:55 +0200 Subject: [PATCH] Reunify html and body specs --- styles/readtheorg/css/readtheorg.css | 12 ++++-------- styles/readtheorg/readtheorg.org | 12 ++++-------- 2 files changed, 8 insertions(+), 16 deletions(-) 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