Fossil SCM
switched captcha border from outline to border, because of problems with IE
Commit
d50fe26c48264cacaf3b802c9677654f9946280e
Parent
8e6dbfb28fe73f0…
1 file changed
+3
-2
+3
-2
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -521,12 +521,13 @@ | ||
| 521 | 521 | }, |
| 522 | 522 | { "table.captcha", |
| 523 | 523 | "format for the layout table, used for the captcha display", |
| 524 | 524 | @ margin: auto; |
| 525 | 525 | @ padding: 10px; |
| 526 | - @ outline-width: 1; | |
| 527 | - @ outline-style: double; | |
| 526 | + @ border-width: 1; | |
| 527 | + @ border-style: double; | |
| 528 | + @ bordor-color: black; | |
| 528 | 529 | }, |
| 529 | 530 | { "td.login_out_label", |
| 530 | 531 | "format for the label cells in the login/out table", |
| 531 | 532 | @ text-align: center; |
| 532 | 533 | }, |
| 533 | 534 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -521,12 +521,13 @@ | |
| 521 | }, |
| 522 | { "table.captcha", |
| 523 | "format for the layout table, used for the captcha display", |
| 524 | @ margin: auto; |
| 525 | @ padding: 10px; |
| 526 | @ outline-width: 1; |
| 527 | @ outline-style: double; |
| 528 | }, |
| 529 | { "td.login_out_label", |
| 530 | "format for the label cells in the login/out table", |
| 531 | @ text-align: center; |
| 532 | }, |
| 533 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -521,12 +521,13 @@ | |
| 521 | }, |
| 522 | { "table.captcha", |
| 523 | "format for the layout table, used for the captcha display", |
| 524 | @ margin: auto; |
| 525 | @ padding: 10px; |
| 526 | @ border-width: 1; |
| 527 | @ border-style: double; |
| 528 | @ bordor-color: black; |
| 529 | }, |
| 530 | { "td.login_out_label", |
| 531 | "format for the label cells in the login/out table", |
| 532 | @ text-align: center; |
| 533 | }, |
| 534 |