source: trunk/www.guidonia.net/wp/wp-content/themes/fusion/ie6.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 923 bytes
Line 
1
2
3/* Internet Explorer 6 and 5.5 bug fixes */
4
5body{ text-align: center; } /* center main div in IE 5.5 */
6#page{ text-align: left; }
7
8blockquote{ background: none; }
9
10#tabs a, #tabs a span, #tabs a span span,
11#mid ul.menu li a, #mid ul.menu li a span, #mid ul.menu li a span span {
12 float:left;
13 display: block;
14}
15
16#tabs a { margin-right:1px; }
17
18#sidebar ul.nav a.rss{ visibility: hidden; }
19#sidebar ul.nav li{ position: static; }
20
21#sidebar-wrap1{ background: transparent url(images/side-start-ie6.png) no-repeat left top; }
22#sidebar-wrap2{ background: transparent url(images/side-bg-ie6.png) no-repeat right top; }
23
24span.quote a:hover, span.reply a:hover, span.submit a:hover { background: transparent url(images/button-bg.png) no-repeat right bottom; }
25
26/* WORDPRESS SPECIFIC STYLES */
27
28#commentnavi{
29 display: block;
30 margin: 40px 0 20px 0;
31}
32
33span.editlink{ display: none; }
34
35
36li.comment{
37 display: inline-block;
38}
Note: See TracBrowser for help on using the repository browser.