2
0

Site style tweaks and Android beta link.

This commit is contained in:
Maarten Billemont
2014-08-28 20:10:22 -04:00
parent adcea94a37
commit cf8ecb2952
3 changed files with 29 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ a:hover .popup {
display: block;
}
nav {
nav, h4 {
font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
@@ -251,6 +251,18 @@ header .box.active .minimized,
header .box .maximized {
display: none;
}
#scrollDown {
position: fixed;
z-index: -1;
left: 0;
width: 100%;
bottom: 0;
height: 1ex;
text-align: center;
color: #DDD;
font-size: 7em;
}
#app header {
height: 80%;
}