From e1fe2ac2691e319473ed2bbca501fc6b641024e5 Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Mon, 29 Jul 2013 19:45:59 -0400 Subject: chore(ngdocs): all animation-supported directives working with docs examples and jsFiddle/Plunkr pages --- docs/src/templates/css/animations.css | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'docs/src/templates/css/animations.css') diff --git a/docs/src/templates/css/animations.css b/docs/src/templates/css/animations.css index a12ecb7b..81db50ba 100644 --- a/docs/src/templates/css/animations.css +++ b/docs/src/templates/css/animations.css @@ -64,18 +64,6 @@ height:0; } -.example-animate-container { - position:relative; - background:white; - border:1px solid black; - height:40px; - overflow:hidden; -} - -.example-animate-container > div { - padding:1em; -} - .animate-container.animations-off * { -webkit-transition: none; -moz-transition: none; -- cgit v1.2.3