summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorlaetzer <laetzer@users.sourceforge.net>2008-11-05 14:01:43 +0000
committerlaetzer <laetzer@users.sourceforge.net>2008-11-05 14:01:43 +0000
commitf48ad39222d60238b7b5bb213014c3f09e279d4d (patch)
tree805818ada25c80061fc393a67ec365cff84c310b /style
parent6d7b883323e72df10b3e6fb8a6e3d3eac8aa3013 (diff)
downloadinstall-f48ad39222d60238b7b5bb213014c3f09e279d4d.tar.gz
install-f48ad39222d60238b7b5bb213014c3f09e279d4d.tar.bz2
install-f48ad39222d60238b7b5bb213014c3f09e279d4d.zip
round dangerous corners
Diffstat (limited to 'style')
-rw-r--r--style/install.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/style/install.css b/style/install.css
index ea93fcb..22b8c97 100644
--- a/style/install.css
+++ b/style/install.css
@@ -210,7 +210,8 @@ div.progressbar {-moz-border-radius:0 0 .75em .75em;-webkit-border-radius:0 0 .7
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 .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}
+#install_welcome div.row.submit strong,
+.danger {-moz-border-radius:.5em;-webkit-border-radius:.5em;border-radius:.5em}