diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-08-12 14:14:38 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-08-12 14:14:38 +0200 |
commit | 36bfbfd3252599a596470c05a359dfb680c85159 (patch) | |
tree | d8a8c4ff46914031934397ae0d98166f64f820c4 /skins/standard | |
parent | 10c93f968943b06c1197b4c121edb7974b02a52e (diff) | |
download | bugzilla-36bfbfd3252599a596470c05a359dfb680c85159.tar.gz bugzilla-36bfbfd3252599a596470c05a359dfb680c85159.tar.xz |
Bug 781059 part 2: -moz-border-radius is obsolete and must be replaced by the standard border-radius CSS property
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/show_bug.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index 99c0b405e..8214ce5f4 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -2,7 +2,7 @@ margin: 8px 0; padding: 0.3em; background-color: rgb(208, 208, 208); - -moz-border-radius: 0.5em; + border-radius: 0.5em; font-size: 125%; font-weight: bold; } |