mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
Merge branch 'ticket/marc1706/9925' into develop-olympus
* ticket/marc1706/9925: [ticket/9925] prosilver logo margin bug in IE 6-7-8
This commit is contained in:
commit
c1d6aceb03
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Reference in a new issue