Move html and body

This commit is contained in:
Fabrice Niessen 2015-05-02 10:42:05 +02:00
parent ea880aebbd
commit 2a1b60730e
2 changed files with 28 additions and 24 deletions

View File

@ -31,6 +31,20 @@ h6{
font-size:100%;
}
html{
height:100%;
overflow-x:hidden;
}
body{
font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
font-weight:normal;
color:#404040;
min-height:100%;
overflow-x:hidden;
background:#edf0f2;
}
p{
font-size:16px;
line-height:24px;
@ -738,18 +752,6 @@ a:hover{
a:visited{
color:#9B59B6}
html{
height:100%;
overflow-x:hidden}
body{
font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
font-weight:normal;
color:#404040;
min-height:100%;
overflow-x:hidden;
background:#edf0f2}
.left{
text-align:left}

View File

@ -53,6 +53,20 @@ h6{
** Body
#+begin_src css
html{
height:100%;
overflow-x:hidden;
}
body{
font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
font-weight:normal;
color:#404040;
min-height:100%;
overflow-x:hidden;
background:#edf0f2;
}
p{
font-size:16px;
line-height:24px;
@ -879,18 +893,6 @@ a:hover{
a:visited{
color:#9B59B6}
html{
height:100%;
overflow-x:hidden}
body{
font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
font-weight:normal;
color:#404040;
min-height:100%;
overflow-x:hidden;
background:#edf0f2}
.left{
text-align:left}