fix line-height for subtoolbar children

This commit is contained in:
Andrew Dolgov 2009-01-23 12:31:55 +01:00
parent b2b805b5ba
commit e81d03084d
1 changed files with 5 additions and 0 deletions

View File

@ -830,6 +830,11 @@ div.headlinesSubToolbar {
color : gray;
}
div.headlinesSubToolbar * {
line-height : normal;
}
div.headlinesSubToolbar div#subtoolbar_ftitle {
float : right;
}