From: Marti Kaljuve Date: Tue, 11 Feb 2014 16:18:21 +0000 (+0200) Subject: Add initial right and left properties to offcanvas example for transitions. X-Git-Tag: v3.1.1~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d232c2b9b5588cc2e06d0011e33c58e0e80aea4;p=thirdparty%2Fbootstrap.git Add initial right and left properties to offcanvas example for transitions. --- diff --git a/docs/examples/offcanvas/offcanvas.css b/docs/examples/offcanvas/offcanvas.css index 50130a8856..eeace16010 100644 --- a/docs/examples/offcanvas/offcanvas.css +++ b/docs/examples/offcanvas/offcanvas.css @@ -25,6 +25,14 @@ footer { transition: all .25s ease-out; } + .row-offcanvas-right { + right: 0; + } + + .row-offcanvas-left { + left: 0; + } + .row-offcanvas-right .sidebar-offcanvas { right: -50%; /* 6 columns */