aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/css/docs.css
diff options
context:
space:
mode:
authorMatias Niemelä2013-04-04 08:49:04 -0400
committerMisko Hevery2013-04-11 23:06:07 -0700
commit3c3247fe174ce408459bd018c9d83e84490789f5 (patch)
tree9b34bfbb5314109ff022c7dfc83f184be2d84dc7 /docs/src/templates/css/docs.css
parenta0bc71e27107c58282e71415c4e8d89e916ae99c (diff)
downloadangular.js-3c3247fe174ce408459bd018c9d83e84490789f5.tar.bz2
fix(ngdocs): improve the animations used in the docs menu
Diffstat (limited to 'docs/src/templates/css/docs.css')
-rw-r--r--docs/src/templates/css/docs.css7
1 files changed, 6 insertions, 1 deletions
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 {