diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-10-11 20:42:58 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-10-11 20:42:58 +0000 |
| commit | b9b463de9efcb39dd838ceb747232ac3b98d3862 (patch) | |
| tree | 49b9c95c8f1a6d9b04e5047433a379f8c9cb2b3b /style | |
| parent | 018d9b592d8c468fb56efd14f44286c0af064706 (diff) | |
| download | install-b9b463de9efcb39dd838ceb747232ac3b98d3862.tar.gz install-b9b463de9efcb39dd838ceb747232ac3b98d3862.tar.bz2 install-b9b463de9efcb39dd838ceb747232ac3b98d3862.zip | |
border radius
Diffstat (limited to 'style')
| -rw-r--r-- | style/install.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/install.css b/style/install.css index e134355..bd7077f 100644 --- a/style/install.css +++ b/style/install.css @@ -205,7 +205,7 @@ form.checks #phpini {max-width:44em} div.progressbar {-moz-border-radius:0 0 .75em .75em;-webkit-border-radius:0 0 .75em .75em;border-radius:0 0 .75em .75em} div.progressbar div.bar {-moz-border-radius:0 0 .6em 0;-webkit-border-radius:0 0 .6em 0;border-radius:0 0 0.6em 0} div.progressbar div.progress100 {-moz-border-radius:0 0 .5em 0;-webkit-border-radius:0 0 .5em 0;border-radius:0 0 0.5em 0} -#stepmenu {-moz-border-radius:.4em;-webkit-border-radius:.4em;border-radius:.4em} +#stepmenu {-moz-border-radius:.4em .4em 0 0;-webkit-border-radius:.4em .4em 0 0;border-radius:.4em .4em 0 0} #install_welcome div.row.submit strong {-moz-border-radius:1em;-webkit-border-radius:1em;border-radius:1em} |
