mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-15 14:16:28 +02:00
[ticket/9925] prosilver logo margin bug in IE 6-7-8
PHPBB3-9925
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user