diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-01 13:26:04 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-01 13:26:06 -0700 |
commit | b93f67c84ac13abbee63c91ef24d8089dd78146c (patch) | |
tree | c2cd86490bf8cbf679c3fe6a790637d63fd590a1 /assets/stylesheets | |
parent | 86cf2d9d9d123177d7a840a4ad0dbb7410e83176 (diff) | |
download | gitbook-b93f67c84ac13abbee63c91ef24d8089dd78146c.zip gitbook-b93f67c84ac13abbee63c91ef24d8089dd78146c.tar.gz gitbook-b93f67c84ac13abbee63c91ef24d8089dd78146c.tar.bz2 |
Save sidebar state
Diffstat (limited to 'assets/stylesheets')
-rw-r--r-- | assets/stylesheets/book/body.less | 6 | ||||
-rw-r--r-- | assets/stylesheets/book/summary.less | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/assets/stylesheets/book/body.less b/assets/stylesheets/book/body.less index 8251b32..1a9e524 100644 --- a/assets/stylesheets/book/body.less +++ b/assets/stylesheets/book/body.less @@ -46,4 +46,10 @@ } } } + + &.without-animation { + .book-body { + .transition(none) !important; + } + } }
\ No newline at end of file diff --git a/assets/stylesheets/book/summary.less b/assets/stylesheets/book/summary.less index 7e9f0d0..06c43f7 100644 --- a/assets/stylesheets/book/summary.less +++ b/assets/stylesheets/book/summary.less @@ -90,4 +90,10 @@ left: 0px; } } + + &.without-animation { + .book-summary { + .transition(none) !important; + } + } } |