aboutsummaryrefslogtreecommitdiff
path: root/examples/offcanvas/offcanvas.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-15 17:39:37 -0700
committerMark Otto <[email protected]>2013-08-15 17:39:37 -0700
commit024e320e5c3cf1adce8404f87e7c0c746461b6e8 (patch)
treef142ffcba74795c717cfa94b92e3f79ef561d1bc /examples/offcanvas/offcanvas.css
parent05ebd5ebf9b32e7c1d8ea05098c53a0b4496d442 (diff)
downloadbootstrap-024e320e5c3cf1adce8404f87e7c0c746461b6e8.tar.xz
bootstrap-024e320e5c3cf1adce8404f87e7c0c746461b6e8.zip
hella examples fixing, mostly navbars and lots of work on grids example
Diffstat (limited to 'examples/offcanvas/offcanvas.css')
-rw-r--r--examples/offcanvas/offcanvas.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/offcanvas/offcanvas.css b/examples/offcanvas/offcanvas.css
index 27a075d76..e83e71824 100644
--- a/examples/offcanvas/offcanvas.css
+++ b/examples/offcanvas/offcanvas.css
@@ -17,7 +17,7 @@ footer {
@media screen and (max-width: 768px) {
.row-offcanvas {
position: relative;
- overflow: hidden // Needed for Internet Explorer
+ overflow: hidden; /* Needed for Internet Explorer */
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
@@ -25,24 +25,24 @@ footer {
.row-offcanvas-right
.sidebar-offcanvas {
- right: -58.333333333333336%; // 6 columns
+ right: -58.333333333333336%; /* 6 columns */
}
.row-offcanvas-left
.sidebar-offcanvas {
- left: -58.333333333333336%; // 6 columns
+ left: -58.333333333333336%; /* 6 columns */
}
.row-offcanvas-right.active {
- right: 58.333333333333336%; // 6 columns
+ right: 58.333333333333336%; /* 6 columns */
}
.row-offcanvas-left.active {
- left: 58.333333333333336%; // 6 columns
+ left: 58.333333333333336%; /* 6 columns */
}
.sidebar-offcanvas {
position: absolute;
- width: 58.333333333333336%; // 6 columns
+ width: 58.333333333333336%; /* 6 columns */
}
} \ No newline at end of file