Used child selector instead of descendant selector for <titledbox><text> margin. b=42331, r=hyatt

This commit is contained in:
cmanske%netscape.com 2000-08-27 23:50:16 +00:00
Родитель bd374afe3d
Коммит a9f82a84cd
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -17,6 +17,10 @@ title
padding : inherit; padding : inherit;
} }
title > text {
margin : 0px 3px 0px 3px;
}
/** box formatting **/ /** box formatting **/
box[autostretch="never"] box[autostretch="never"]
{ {