source: trunk/themes/default/fix-khtml.css @ 5123

Last change on this file since 5123 was 5123, checked in by plg, 14 years ago

feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.

  • 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.