]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add initial right and left properties to offcanvas example for transitions. 12695/head
authorMarti Kaljuve <martik@gmail.com>
Tue, 11 Feb 2014 16:18:21 +0000 (18:18 +0200)
committerMarti Kaljuve <martik@gmail.com>
Tue, 11 Feb 2014 16:18:21 +0000 (18:18 +0200)
docs/examples/offcanvas/offcanvas.css

index 50130a885674bddd67977fd1114a506b4d2a083a..eeace16010c49572cb40e8969fe4e297a458e500 100644 (file)
@@ -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 */