Bug #346966 --> message headers have too much vertical spacing on windows with large fonts turned on. r=neil

This commit is contained in:
scott%scott-macgregor.org 2007-01-29 04:48:51 +00:00
Родитель 3a74a63ab4
Коммит 5c604e6f35
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -136,7 +136,7 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
}
.headerName {
margin: 0 .5em .5em 0;
margin: 0 .5em 5px 0;
font-weight: bold;
text-align: right;
background-color: transparent;
@ -150,7 +150,7 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
}
.headerValueBox {
margin: 0 0 .5em 0;
margin: 0 0 5px 0;
}
.headerValueUrl {