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

Last change on this file since 5847 was 5123, checked in by plg, 15 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
RevLine 
[910]1/* Issue in Safari/Konqueror only                                                 */
2/* If H2 has a 0 margin-top categoryActions doesn't float right but overwrites H2 */
[2352]3.content>DIV.titrePage>H2 {
[910]4    margin: 1px 0 0 0;  /* add an arbitrary margin-top */
5}
6
[2352]7.content>div.titrePage {
[910]8    position: relative;
9    top: -1px;          /* move the container up by the same amount */
10    margin-bottom: 5px; 
11}
[2356]12
[2648]13#menubar #menuTagCloud SPAN
[2356]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.