aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/offcanvas/offcanvas.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-02-08 16:52:22 -0800
committerMark Otto <[email protected]>2014-02-08 16:52:22 -0800
commite9199718d64dadc22d61b4cea8c77a2307455823 (patch)
treeb10f0174a9d564da40df55d658136fef74b6adb9 /docs/examples/offcanvas/offcanvas.css
parent4787a69efbe0fcd81228781b3c91dfe198aa0f1b (diff)
parent7f88009394e72395aa7a458ae442b0c3037dbd15 (diff)
downloadbootstrap-e9199718d64dadc22d61b4cea8c77a2307455823.tar.xz
bootstrap-e9199718d64dadc22d61b4cea8c77a2307455823.zip
Merge branch 'master' into fix-12154
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
Diffstat (limited to 'docs/examples/offcanvas/offcanvas.css')
-rw-r--r--docs/examples/offcanvas/offcanvas.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/offcanvas/offcanvas.css b/docs/examples/offcanvas/offcanvas.css
index ef632dc00..50130a885 100644
--- a/docs/examples/offcanvas/offcanvas.css
+++ b/docs/examples/offcanvas/offcanvas.css
@@ -20,9 +20,9 @@ footer {
@media screen and (max-width: 767px) {
.row-offcanvas {
position: relative;
- -webkit-transition: all 0.25s ease-out;
- -moz-transition: all 0.25s ease-out;
- transition: all 0.25s ease-out;
+ -webkit-transition: all .25s ease-out;
+ -moz-transition: all .25s ease-out;
+ transition: all .25s ease-out;
}
.row-offcanvas-right