Files @ cc3373249b4b
Branch filter:

Location: kallithea/rhodecode/tests/functional/test_admin_repos_groups.py

Mads Kiilerich
css: drop -moz-border-radius and -moz-box-shadow

Firefox 4.0 added support for border-radius and box-shadow. Firefox 13.0 and
later emits errors for -moz-border-radius. There is thus no reasons to keep the
old styles.
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass