Docs tweaks

This commit is contained in:
Sam Potts
2015-03-03 00:50:50 +11:00
parent 894ac8088d
commit 28caa00c3f
5 changed files with 48 additions and 12 deletions

View File

@ -31,9 +31,6 @@
}
// Base
html {
//font-size: 62.5%;
}
body {
font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
background: #fff;
@ -42,6 +39,22 @@ body {
color: #6D797F;
}
// Error page
html.error,
.error body {
height: 100%;
}
.error body {
width: 100%;
display: table;
table-layout: fixed;
}
.error main {
display: table-cell;
width: 100%;
vertical-align: middle;
}
// Type
h1,
h2 {