comparison 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
comparison
equal deleted inserted replaced
19074:a1922b9a2cad 19075:6bc76c0e60b9
1176 .annotate { font-size: smaller; text-align: right; padding-right: 1em; } 1176 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
1177 .buttons a { 1177 .buttons a {
1178 background-color: #666; 1178 background-color: #666;
1179 padding: 2pt; 1179 padding: 2pt;
1180 color: white; 1180 color: white;
1181 font-family: sans; 1181 font-family: sans-serif;
1182 font-weight: bold; 1182 font-weight: bold;
1183 } 1183 }
1184 .navigate a { 1184 .navigate a {
1185 background-color: #ccc; 1185 background-color: #ccc;
1186 padding: 2pt; 1186 padding: 2pt;
1187 font-family: sans; 1187 font-family: sans-serif;
1188 color: black; 1188 color: black;
1189 } 1189 }
1190 1190
1191 .metatag { 1191 .metatag {
1192 background-color: #888; 1192 background-color: #888;