source: trunk/template/yoga/fix-khtml.css @ 3283

Last change on this file since 3283 was 3283, checked in by plg, 15 years ago

complement to r3282, remove all $Id$ in source code.

  • Property svn:eol-style set to LF
File size: 520 bytes
Line 
1/* Issue in Safari/Konqueror only                                                 */
2/* If H2 has a 0 margin-top categoryActions doesn't float right but overwrites H2 */
3.content>DIV.titrePage>H2 {
4    margin: 1px 0 0 0;  /* add an arbitrary margin-top */
5}
6
7.content>div.titrePage {
8    position: relative;
9    top: -1px;          /* move the container up by the same amount */
10    margin-bottom: 5px; 
11}
12
13#menubar #menuTagCloud SPAN
14{
15  display: inline-block;/* required for Safari 3.1 - otherwise overflows on the right */
16}
17
Note: See TracBrowser for help on using the repository browser.