From 3c3247fe174ce408459bd018c9d83e84490789f5 Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Thu, 4 Apr 2013 08:49:04 -0400 Subject: fix(ngdocs): improve the animations used in the docs menu --- docs/src/templates/css/docs.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/src/templates/css/docs.css') diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index bed88f80..7d22baab 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -56,7 +56,12 @@ img.AngularJS-small { } .form-search > ul.nav > li.last { - margin-bottom: 1em; + padding-bottom: 1em; +} + +.form-search > ul.nav > li.last + li.api-list-item { + margin-top:-1em; + padding-bottom: 1em; } .form-search .well { -- cgit v1.2.3