Update index.html

This commit is contained in:
mathias 2016-04-08 23:25:17 +03:00
parent 1f257e98e6
commit 65bf2d214a

View file

@ -89,10 +89,9 @@
margin: 0 0 2.125em 0;
}
h2:before {
position: relative;
top: 2px;
cursor: default;
margin: 0 0.625em 0 0;
vertical-align: top;
}
h2 {
font-size: 1.750em;
@ -126,6 +125,9 @@
#about, #downloads {
background: #000;
}
#aboutcontainer, #downloadscontainer {
padding: 2.000em 5.625em 2.000em 5.625em;
}
#introcontainer, #aboutcontainer, #newscontainer, #downloadscontainer {
display: table-cell;
vertical-align: middle;
@ -178,13 +180,7 @@
border-left: 1px solid #aa0000;
padding: 0.438em 1.063em 0.313em 0.875em;
}
/* About */
#aboutcontainer, #downloadscontainer {
padding: 2.000em 5.625em 2.000em 5.625em;
}
#about h2:before {
font-size: 1.025em;
}
/* IP */
#ip, #ip span, #ip i {
display: inline-block;
}