diff options
| author | Bas Bosman <[email protected]> | 2014-02-22 11:17:58 +0100 |
|---|---|---|
| committer | Bas Bosman <[email protected]> | 2014-03-07 09:01:54 +0100 |
| commit | cb7eb674accd24b6b73f26ef23cf4a301b6ebfaf (patch) | |
| tree | 6a08e87eb348c9ab4ec14059dcb6d662da908a87 /docs/examples/offcanvas/offcanvas.css | |
| parent | 84a7431dfd036df64df9aa9ecab82a54bd8083d8 (diff) | |
| download | bootstrap-cb7eb674accd24b6b73f26ef23cf4a301b6ebfaf.tar.xz bootstrap-cb7eb674accd24b6b73f26ef23cf4a301b6ebfaf.zip | |
Add autoprefixer
Diffstat (limited to 'docs/examples/offcanvas/offcanvas.css')
| -rw-r--r-- | docs/examples/offcanvas/offcanvas.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/offcanvas/offcanvas.css b/docs/examples/offcanvas/offcanvas.css index eeace1601..2a72199d5 100644 --- a/docs/examples/offcanvas/offcanvas.css +++ b/docs/examples/offcanvas/offcanvas.css @@ -21,7 +21,7 @@ footer { .row-offcanvas { position: relative; -webkit-transition: all .25s ease-out; - -moz-transition: all .25s ease-out; + -o-transition: all .25s ease-out; transition: all .25s ease-out; } |
