Bug 456834 - "messagereader: get rid of use of Arial font" [r=dmose,a3.0b1=dmose]

This commit is contained in:
David Ascher 2008-09-25 08:39:19 +01:00
Родитель 644308d524
Коммит a7caccabb8
3 изменённых файлов: 4 добавлений и 10 удалений

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

@ -56,7 +56,7 @@
#expandedHeaderView {
color: #2e3436;
font-size: 12px;
font-size: 100%;
overflow: visible;
}
@ -245,8 +245,7 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
/* ::::: msg header captions ::::: */
#msgHeaderView {
font-family: Arial;
font-size: 12px;
font-size: 100%;
}
#msgHeaderViewDeck {

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

@ -8,7 +8,7 @@ classic.jar:
skin/classic/messenger/accountCentral.css
skin/classic/messenger/accountManage.css
skin/classic/messenger/accountWizard.css
* skin/classic/messenger/messageHeader.css
skin/classic/messenger/messageHeader.css
skin/classic/messenger/messageBody.css
skin/classic/messenger/messageQuotes.css
skin/classic/messenger/messenger.css

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

@ -53,16 +53,11 @@
min-width: 1px;
color: black;
font-size: 125%;
font-family: Arial; /* default font looks bad & not antialiased on windows */
}
#expandedHeaderView {
color: #2e3436;
%ifdef XP_WIN
font-size: 95%;
%else
font-size: 100%;
%endif
overflow: visible;
}
@ -247,7 +242,7 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
/* ::::: msg header captions ::::: */
#msgHeaderView {
font-size: 12px;
font-size: 100%;
}
#msgHeaderViewDeck {