Last change
on this file since 2572 was
2356,
checked in by rvelices, 16 years ago
|
- merge r2355 from 1.7 to trunk: fix display of menubar related tags in IE7
- optimized sql query in permalinks
- remove some unused global variable declarations
- fix bug in admin/themeconf.inc.php
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
557 bytes
|
Rev | Line | |
---|
[1900] | 1 | /* $Id: fix-khtml.css 2356 2008-05-23 10:15:48Z rvelices $ */ |
---|
[910] | 2 | /* Issue in Safari/Konqueror only */ |
---|
| 3 | /* If H2 has a 0 margin-top categoryActions doesn't float right but overwrites H2 */ |
---|
[2352] | 4 | .content>DIV.titrePage>H2 { |
---|
[910] | 5 | margin: 1px 0 0 0; /* add an arbitrary margin-top */ |
---|
| 6 | } |
---|
| 7 | |
---|
[2352] | 8 | .content>div.titrePage { |
---|
[910] | 9 | position: relative; |
---|
| 10 | top: -1px; /* move the container up by the same amount */ |
---|
| 11 | margin-bottom: 5px; |
---|
| 12 | } |
---|
[2356] | 13 | |
---|
| 14 | #menubar #menuTagCloud LI |
---|
| 15 | { |
---|
| 16 | display: inline-block;/* required for Safari 3.1 - otherwise overflows on the right */ |
---|
| 17 | } |
---|
| 18 | |
---|
[910] | 19 | /* end Safari/Konqueror */ |
---|
| 20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.