diff options
Diffstat (limited to 'rt/share/html/NoAuth/css/freeside2.1/layout.css')
| -rw-r--r-- | rt/share/html/NoAuth/css/freeside2.1/layout.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/share/html/NoAuth/css/freeside2.1/layout.css b/rt/share/html/NoAuth/css/freeside2.1/layout.css index e3395f3c7..3026c4233 100644 --- a/rt/share/html/NoAuth/css/freeside2.1/layout.css +++ b/rt/share/html/NoAuth/css/freeside2.1/layout.css @@ -153,10 +153,10 @@ div#footer { -moz-border-radius-topleft: 0.5em; -webkit-border-top-left-radius: 0.5em; - border-radius-topleft: 0.5em; + border-top-left-radius: 0.5em; -moz-border-radius-bottomleft: 0.5em; -webkit-border-bottom-left-radius: 0.5em; - border-radius-bottomleft: 0.5em; + border-bottom-left-radius: 0.5em; } div#footer #time { |
