Solucionado problema de una línea en blanco al final de las páginas en IE Edge

This commit is contained in:
Manuel Cillero 2018-02-17 00:33:24 +01:00
parent a82a60b939
commit e35baf1613
2 changed files with 19 additions and 19 deletions

View file

@ -64,6 +64,18 @@ div#content {
background-color: #fff;
border-right: 0;
}
div#content div.wiki-page > a:first-child + h1, h2 {
color: #f30;
font-size: 46px;
font-weight: 600;
line-height: 1em;
}
div#content h1 {
color: #b40b51;
}
.wiki h2 {
color: #b40b51;
}
input, textarea, select {
font-family: Lato,HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
@ -331,7 +343,7 @@ ul.social-menu .social-link-mail:hover a {
line-height: 1em;
background-color: #001a21;
font-weight: 500;
font-size: 0.9em;
font-size: 14px;
position: relative;
height: auto;
box-sizing: border-box;

View file

@ -15,12 +15,12 @@ body {
h1, h2, h3, h4, h5, h6 {
font-family: Lato,HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1, .wiki h1 { font-size: 32px; }
h2, .wiki h2 { font-size: 24px; }
h3, .wiki h3 { font-size: 20px; }
h4, .wiki h4 { font-size: 17px; }
h5, .wiki h5 { font-size: 17px; }
h6, .wiki h6 { font-size: 16px; }
h1, .wiki h1 { font-size: 34px; }
h2, .wiki h2 { font-size: 28px; }
h3, .wiki h3 { font-size: 22px; }
h4, .wiki h4 { font-size: 20px; }
h5, .wiki h5 { font-size: 19px; }
h6, .wiki h6 { font-size: 18px; }
h1, h2, h3 {
color: #b40b51;
}
@ -34,18 +34,6 @@ h5, .wiki h5 {
h6, .wiki h6 {
color: #81868b;
}
div#content div.wiki-page > a:first-child + h1, h2 {
color: #f30;
font-size: 46px;
font-weight: 600;
line-height: 1em;
}
div#content h1 {
color: #b40b51;
}
.wiki h2 {
color: #b40b51;
}
a, a:link, a:visited {
color: #3c8dbc;