diff options
| author | Matias Niemelä | 2013-10-22 00:14:39 -0400 | 
|---|---|---|
| committer | Matias Niemelä | 2013-10-22 21:23:59 -0400 | 
| commit | 6c20ec193f11aa647be1b2ad2ac5b3e7c2894bd7 (patch) | |
| tree | b7a2121c589b673462fdcbdd877d7477ac423fb2 /docs/src/templates/css/animations.css | |
| parent | 06557aab44860baf3f121f3db424c5ede0764bf4 (diff) | |
| download | angular.js-6c20ec193f11aa647be1b2ad2ac5b3e7c2894bd7.tar.bz2 | |
fix(ngdocs): remove the side search bar
BREAKING CHANGE
The side search bar on the docs page has been removed in favor of the
top search bar.
Diffstat (limited to 'docs/src/templates/css/animations.css')
| -rw-r--r-- | docs/src/templates/css/animations.css | 42 | 
1 files changed, 0 insertions, 42 deletions
| diff --git a/docs/src/templates/css/animations.css b/docs/src/templates/css/animations.css index 7c404980..7bf1e2e8 100644 --- a/docs/src/templates/css/animations.css +++ b/docs/src/templates/css/animations.css @@ -37,40 +37,6 @@    opacity:1;  } -.expand.ng-enter, -.expand.ng-move, -.expand.ng-leave { -  -webkit-transition:0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) all; -  -moz-transition:0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) all; -  -o-transition:0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) all; -  transition:0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) all; -} -.expand.ng-move, -.expand.ng-enter { -  opacity:0; -  line-height:0; -  height:0!important; -} -.expand.ng-move.ng-move-active, -.expand.ng-enter.ng-enter-active { -  opacity:1; -  line-height:20px; -  height:20px!important; -} - -.expand.ng-leave { -  opacity:1; -  height:20px; -} -.expand.ng-leave.ng-leave-active { -  opacity:0; -  height:0; -} - -.fade-in.ng-enter, -.fade-in.ng-move, -.fade-in.ng-hide-add, -.fade-in.ng-hide-remove,  .foldout.ng-enter,  .foldout.ng-move,  .foldout.ng-hide-add, @@ -81,10 +47,6 @@    transition:0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) all;  } -.fade-in.ng-enter, -.fade-in.ng-move, -.fade-in.ng-hide-remove, -.fade-in.ng-hide-add.ng-hide-active,  .foldout.ng-hide-remove,  .foldout.ng-hide-add.ng-hide-active,  .foldout.ng-enter, @@ -92,10 +54,6 @@    opacity:0;  } -.fade-in.ng-enter.ng-enter-active, -.fade-in.ng-move.ng-move-active, -.fade-in.ng-hide-remove.ng-hide-remove-active, -.fade-in.ng-hide-add,  .foldout.ng-move.ng-move-active,  .foldout.ng-hide-remove.ng-hide-remove-active,  .foldout.ng-hide-add, | 
