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

Last change on this file since 8269 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
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>.titrePage>H2 {
4    margin: 1px 0 0 0;  /* add an arbitrary margin-top */
5}
6
7.content>.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.