source: tags/release-1_6_0/template/yoga/fix-khtml.css @ 21850

Last change on this file since 21850 was 1183, checked in by chrisaga, 18 years ago
  • merge trunc r1178:1182 into branch 1.6 (template fixes)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 436 bytes
Line 
1/* $Id: fix-khtml.css 1183 2006-04-15 10:20:45Z chrisaga $ */
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.