Bug 856803 - Change About:feedback title to Open Sans Light. r=margaret

This commit is contained in:
Nicolas Carlo 2013-07-09 09:09:15 -04:00
Родитель ca8d229be9
Коммит 23bcf72c26
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -4,8 +4,8 @@
body {
-moz-text-size-adjust: none;
font-family: Roboto,"Droid Sans",helvetica,arial,clean,sans-serif;
font-size: 14px;
font-family: "Open Sans",sans-serif;
font-size: 12px;
color: #222;
background-color: #ced7de;
padding: 10px;
@ -27,6 +27,7 @@ section:not([active]) {
.header {
font-size: 24px;
font-weight: lighter;
text-align: center;
margin-top: 0;
}
@ -65,7 +66,7 @@ section:not([active]) {
}
.fine-print {
font-size: 12px;
font-size: 10px;
color: #666;
}