css: fixed font-family

There is no 'sans' font-family, replaced with 'sans-serif'
This commit is contained in:
Alexander Plavin 2013-04-20 22:09:17 +04:00
parent caefa6b342
commit 86ea67ee62
2 changed files with 4 additions and 4 deletions

View File

@ -14,13 +14,13 @@ a { text-decoration:none; }
background-color: #666;
padding: 2pt;
color: white;
font-family: sans;
font-family: sans-serif;
font-weight: bold;
}
.navigate a {
background-color: #ccc;
padding: 2pt;
font-family: sans;
font-family: sans-serif;
color: black;
}

View File

@ -1178,13 +1178,13 @@ Static files
background-color: #666;
padding: 2pt;
color: white;
font-family: sans;
font-family: sans-serif;
font-weight: bold;
}
.navigate a {
background-color: #ccc;
padding: 2pt;
font-family: sans;
font-family: sans-serif;
color: black;
}