2005-10-22 20:18:55 +02:00
|
|
|
/* Issue in Safari/Konqueror only */
|
|
|
|
/* If H2 has a 0 margin-top categoryActions doesn't float right but overwrites H2 */
|
2010-12-23 23:03:35 +01:00
|
|
|
.content>.titrePage>H2 {
|
2005-10-22 20:18:55 +02:00
|
|
|
margin: 1px 0 0 0; /* add an arbitrary margin-top */
|
|
|
|
}
|
|
|
|
|
2010-12-23 23:03:35 +01:00
|
|
|
.content>.titrePage {
|
2005-10-22 20:18:55 +02:00
|
|
|
position: relative;
|
|
|
|
top: -1px; /* move the container up by the same amount */
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2008-05-23 12:15:48 +02:00
|
|
|
|
2008-10-04 01:48:03 +02:00
|
|
|
#menubar #menuTagCloud SPAN
|
2008-05-23 12:15:48 +02:00
|
|
|
{
|
|
|
|
display: inline-block;/* required for Safari 3.1 - otherwise overflows on the right */
|
|
|
|
}
|
|
|
|
|