[ticket/9925] prosilver logo margin bug in IE 6-7-8

PHPBB3-9925
This commit is contained in:
Marc Alexander 2010-12-19 17:31:02 +01:00
parent 5e258a0a90
commit d1cf7ff24a

View file

@ -90,3 +90,12 @@ dl.icon {
* html .forumbg table.table1 {
margin: 0 -2px 0px -1px;
}
/* Headerbar height fix for IE7 and below */
* html #site-description p {
margin-bottom: 1.0em;
}
*:first-child+html #site-description p {
margin-bottom: 1.0em;
}