Mercurial > public > mercurial-scm > hg
diff tests/test-hgweb-commands.t @ 19075:6bc76c0e60b9 stable
css: fixed font-family
There is no 'sans' font-family, replaced with 'sans-serif'
author | Alexander Plavin <me@aplavin.ru> |
---|---|
date | Sat, 20 Apr 2013 22:09:17 +0400 |
parents | 6d098adc5a46 |
children | fc1b77db123f |
line wrap: on
line diff
--- a/tests/test-hgweb-commands.t Fri Apr 19 22:03:59 2013 -0700 +++ b/tests/test-hgweb-commands.t Sat Apr 20 22:09:17 2013 +0400 @@ -1178,13 +1178,13 @@ 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; }