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:
Igor Wiedler 2010-12-21 20:30:24 +01:00
commit c1d6aceb03

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;
}