Small fixes: heading on splash screen and date overlay for firefox

This commit is contained in:
Arne Schlüter 2015-02-09 13:40:24 +01:00
commit 17c2176526
2 changed files with 3 additions and 3 deletions

View file

@ -62,8 +62,8 @@ a {
left: 0;
display: inline-block;
padding: 0 1.1em;
background: -webkit-linear-gradient(top, #222, #222 80%, transparent);
background: linear-gradient(to bottom, #222, #222 80%, transparent);
background: -webkit-linear-gradient(top, rgba(34,34,34,1), rgba(34,34,34,1) 80%, rgba(34,34,34,0));
background: linear-gradient(to bottom, rgba(34,34,34,1), rgba(34,34,34,1) 80%, rgba(34,34,34,0));
width: 330px;
padding-bottom: .6em;
}