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

Last change on this file since 24984 was 8269, checked in by rvelices, 13 years ago
  • more efficient css rules (according to pagespeed)
  • Property svn:eol-style set to LF
File size: 514 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 */
[8269]3.content>.titrePage>H2 {
[910]4    margin: 1px 0 0 0;  /* add an arbitrary margin-top */
5}
6
[8269]7.content>.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.