diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-08-12 14:12:21 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-08-12 14:12:21 +0200 |
commit | faf9c432e75a871db9b5e3efcd2fa76010b634c9 (patch) | |
tree | 98d16b4cc66b1422aed97733030b84dc357ad38a /skins | |
parent | 4998ebc3a877ebeea1d5a267fabeb280702760ee (diff) | |
download | bugzilla-faf9c432e75a871db9b5e3efcd2fa76010b634c9.tar.gz bugzilla-faf9c432e75a871db9b5e3efcd2fa76010b634c9.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')
-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 fb47335be..b776b60bc 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -10,7 +10,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; } |