Line | |
---|
1 |
|
---|
2 |
|
---|
3 | /* Internet Explorer 6 and 5.5 bug fixes */
|
---|
4 |
|
---|
5 | body{ text-align: center; } /* center main div in IE 5.5 */
|
---|
6 | #page{ text-align: left; }
|
---|
7 |
|
---|
8 | blockquote{ 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 |
|
---|
24 | span.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 |
|
---|
33 | span.editlink{ display: none; }
|
---|
34 |
|
---|
35 |
|
---|
36 | li.comment{
|
---|
37 | display: inline-block;
|
---|
38 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.