source: tags/release-1_7_0/template/yoga/fix-khtml.css @ 9690

Last change on this file since 9690 was 1900, checked in by rub, 17 years ago

Apply property svn:eol-style Value: LF

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 436 bytes
Line 
1/* $Id: fix-khtml.css 1900 2007-03-12 22:33:53Z rub $ */
2/* Issue in Safari/Konqueror only                                                 */
3/* If H2 has a 0 margin-top categoryActions doesn't float right but overwrites H2 */
4#content>DIV.titrePage>H2 {
5    margin: 1px 0 0 0;  /* add an arbitrary margin-top */
6}
7
8#content>div.titrePage {
9    position: relative;
10    top: -1px;          /* move the container up by the same amount */
11    margin-bottom: 5px; 
12}
13/* end Safari/Konqueror */
14
Note: See TracBrowser for help on using the repository browser.