diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-06-11 15:11:27 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-11 15:11:27 -0700 |
| commit | 6fb16b1c9f029ea99a9283c7c3399bccc11e04b6 (patch) | |
| tree | 4307f2445017785891cbb5db3dbf1bbc42829db9 /rt/share/html/NoAuth/css/freeside2.1/boxes.css | |
| parent | 8a992b8bec73478203daed864294fada0f8bb652 (diff) | |
fix css names for single corner border-radius, for firefox 13
Diffstat (limited to 'rt/share/html/NoAuth/css/freeside2.1/boxes.css')
| -rw-r--r-- | rt/share/html/NoAuth/css/freeside2.1/boxes.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/share/html/NoAuth/css/freeside2.1/boxes.css b/rt/share/html/NoAuth/css/freeside2.1/boxes.css index 492dc4cbf..885b203d4 100644 --- a/rt/share/html/NoAuth/css/freeside2.1/boxes.css +++ b/rt/share/html/NoAuth/css/freeside2.1/boxes.css @@ -145,12 +145,12 @@ padding-top: 0.5em; -moz-border-radius-bottomleft: 0.25em; -webkit-border-bottom-left-radius: 0.25em; - border-radius-bottomleft: 0.25em; + border-bottom-left-radius: 0.25em; -moz-border-radius-topright: 0.25em; -webkit-border-top-right-radius: 0.25em; - border-radius-topright: 0.25em; + border-top-right-radius: 0.25em; } |
