Update the stylesheets from webkit to khtml per dr|zed.
Andrew Lewman

Andrew Lewman commited on 2009-07-16 23:09:59
Zeige 2 geänderte Dateien mit 12 Einfügungen und 12 Löschungen.

... ...
@@ -79,7 +79,7 @@ div.bottom {
79 79
 
80 80
 div.sidebar {
81 81
 	-moz-border-radius: 5px;
82
-	-webkit-border-radius: 5px;
82
+	-khtml-border-radius: 5px;
83 83
   background-color: #e5e5e5;
84 84
   float: right;
85 85
   margin: 0 0 10px 10px;
... ...
@@ -91,7 +91,7 @@ div.sidebar {
91 91
 
92 92
 div.sidebar-left {
93 93
 	-moz-border-radius: 5px;
94
-	-webkit-border-radius: 5px;
94
+	-khtml-border-radius: 5px;
95 95
   background-color: #e5e5e5;
96 96
   float: right;
97 97
   margin: 0 0 5px 5px;
... ...
@@ -254,7 +254,7 @@ td.banner-right {
254 254
 
255 255
 .donatebutton a {
256 256
 	-moz-border-radius: 5px;
257
-	-webkit-border-radius: 5px;
257
+	-khtml-border-radius: 5px;
258 258
 	margin: 10px 0 0 0;
259 259
 	font-weight: bold;
260 260
 	display: block;
... ...
@@ -282,7 +282,7 @@ td.banner-right {
282 282
 
283 283
 .downloadbutton a {
284 284
 	-moz-border-radius: 5px;
285
-	-webkit-border-radius: 5px;
285
+	-khtml-border-radius: 5px;
286 286
 	margin: 10px 0 0 0;
287 287
 	font-weight: bold;
288 288
 	display: block;
... ...
@@ -409,7 +409,7 @@ dt {
409 409
 
410 410
 .nb {
411 411
 	-moz-border-radius: 5px;
412
-	-webkit-border-radius: 5px;
412
+	-khtml-border-radius: 5px;
413 413
 	background-color:#EEEEFF;
414 414
 	border:1px solid #000000;
415 415
 	color:black;
... ...
@@ -422,7 +422,7 @@ dt {
422 422
 
423 423
 .warning {
424 424
 	-moz-border-radius: 5px;
425
-	-webkit-border-radius: 5px;
425
+	-khtml-border-radius: 5px;
426 426
 	background-color:#FFFFFF;
427 427
 	background-image:url(/images/distros/warning.png);
428 428
 	background-position:15px center;
... ...
@@ -79,7 +79,7 @@ div.bottom {
79 79
 
80 80
 div.sidebar {
81 81
 	-moz-border-radius: 5px;
82
-	-webkit-border-radius: 5px;
82
+	-khtml-border-radius: 5px;
83 83
 	background-color: #e5e5e5;
84 84
   float: right;
85 85
   margin: 0 0 10px 10px;
... ...
@@ -91,7 +91,7 @@ div.sidebar {
91 91
 
92 92
 div.sidebar-left {
93 93
 	-moz-border-radius: 5px;
94
-	-webkit-border-radius: 5px;
94
+	-khtml-border-radius: 5px;
95 95
   background-color: #e5e5e5;
96 96
   float: right;
97 97
   margin: 0 0 5px 5px;
... ...
@@ -254,7 +254,7 @@ td.banner-right {
254 254
 
255 255
 .donatebutton a {
256 256
 	-moz-border-radius: 5px;
257
-	-webkit-border-radius: 5px;
257
+	-khtml-border-radius: 5px;
258 258
         margin: 10px 0 0 0;
259 259
         font-weight: bold;
260 260
         display: block;
... ...
@@ -282,7 +282,7 @@ td.banner-right {
282 282
 
283 283
 .downloadbutton a {
284 284
 	-moz-border-radius: 5px;
285
-	-webkit-border-radius: 5px;
285
+	-khtml-border-radius: 5px;
286 286
 	margin: 10px 0 0 0;
287 287
 	font-weight: bold;
288 288
 	display: block;
... ...
@@ -409,7 +409,7 @@ dt {
409 409
 
410 410
 .nb {
411 411
 	-moz-border-radius: 5px;
412
-	-webkit-border-radius: 5px;
412
+	-khtml-border-radius: 5px;
413 413
 	background-color:#EEEEFF;
414 414
 	border:1px solid #000000;
415 415
 	color:black;
... ...
@@ -422,7 +422,7 @@ dt {
422 422
 
423 423
 .warning {
424 424
 	-moz-border-radius: 5px;
425
-	-webkit-border-radius: 5px;
425
+	-khtml-border-radius: 5px;
426 426
 	background-color:#FFFFFF;
427 427
 	background-image:url(/images/distros/warning.png);
428 428
 	background-position:15px center;
429 429