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

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

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 618 bytes
Line 
1/* $Id: /piwigo/trunk/template/yoga/fix-khtml.css 6488 2008-10-03T23:48:03.552613Z rvelices  $ */
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
14#menubar #menuTagCloud SPAN
15{
16  display: inline-block;/* required for Safari 3.1 - otherwise overflows on the right */
17}
18
Note: See TracBrowser for help on using the repository browser.