diff options
| author | XhmikosR <[email protected]> | 2014-01-31 14:20:33 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-02-04 10:39:02 +0200 |
| commit | 9f668a557336f271f3c1bf701cc6a472e59aeedf (patch) | |
| tree | afc7f17520100a1ea42a6c5c1aa17ba7ca77764e /docs/examples/offcanvas | |
| parent | 9ba49426e972391bc4cbd42896baeb18b88ebd69 (diff) | |
| download | bootstrap-9f668a557336f271f3c1bf701cc6a472e59aeedf.tar.xz bootstrap-9f668a557336f271f3c1bf701cc6a472e59aeedf.zip | |
Add examples/**/*.css in csscomb task.
Diffstat (limited to 'docs/examples/offcanvas')
| -rw-r--r-- | docs/examples/offcanvas/offcanvas.css | 6 |
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 |
