Files @ cc3373249b4b
Branch filter:

Location: kallithea/rhodecode/lib/dbmigrate/migrate/changeset/databases/__init__.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.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]