Index: trunk/phpwiki/newcodebase/stylesheets/nostalgia.css |
— | — | @@ -1,8 +1,6 @@ |
2 | 2 | #article { } |
3 | 3 | #specialform { display: inline; } |
4 | | -#powersearch { |
5 | | - background: #DDEEFF; border-style: solid; border-width: 1; padding: 2; |
6 | | -} |
| 4 | +#powersearch { background: #DDEEFF; border-style: solid; border-width: 1; padding: 2; } |
7 | 5 | .bodytext { } |
8 | 6 | a.interwiki, a.external { color: #3366BB; } |
9 | 7 | a.printable { text-decoration: underline; } |
Index: trunk/phpwiki/newcodebase/stylesheets/wikistandard.css |
— | — | @@ -2,9 +2,7 @@ |
3 | 3 | #content { position: absolute; top: 0; margin: 0; padding: 0; } |
4 | 4 | #footer { padding: 4px; } |
5 | 5 | #pagestats { font-size: 9pt; } |
6 | | -#powersearch { |
7 | | - background: #DDEEFF; border-style: solid; border-width: 1; padding: 2; |
8 | | -} |
| 6 | +#powersearch { background: #DDEEFF; border-style: solid; border-width: 1; padding: 2; } |
9 | 7 | #quickbar { width: 140px; padding: 4px; visibility: visible; z-index: 99; } |
10 | 8 | #topbar { padding: 4px; } |
11 | 9 | .bodytext { } |