Andrew Lewman commited on 2009-06-10 04:28:59
Zeige 1 geänderte Dateien mit 4 Einfügungen und 4 Löschungen.
| ... | ... |
@@ -92,6 +92,10 @@ div.sidebar {
|
| 92 | 92 |
} |
| 93 | 93 |
|
| 94 | 94 |
div.sidebar-left {
|
| 95 |
+ -moz-border-radius-bottomleft:5px; |
|
| 96 |
+ -moz-border-radius-bottomright:5px; |
|
| 97 |
+ -moz-border-radius-topleft:5px; |
|
| 98 |
+ -moz-border-radius-topright:5px; |
|
| 95 | 99 |
background-color: #e5e5e5; |
| 96 | 100 |
float: right; |
| 97 | 101 |
margin: 0 0 5px 5px; |
| ... | ... |
@@ -447,10 +451,6 @@ padding:15px 20px 15px 67px; |
| 447 | 451 |
text-align:justify; |
| 448 | 452 |
} |
| 449 | 453 |
|
| 450 |
-.warning a:link {
|
|
| 451 |
-color:#FF6600; |
|
| 452 |
-} |
|
| 453 |
- |
|
| 454 | 454 |
hr {
|
| 455 | 455 |
background-color:#002200; |
| 456 | 456 |
color:#666666; |
| 457 | 457 |