aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/css/docs.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/templates/css/docs.css')
-rw-r--r--docs/src/templates/css/docs.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css
index 70d98a3c..bed88f80 100644
--- a/docs/src/templates/css/docs.css
+++ b/docs/src/templates/css/docs.css
@@ -3,6 +3,15 @@ img.AngularJS-small {
height: 25px;
}
+/* this is here to avoid the display=block shuffling of ngShow */
+.breadcrumb li > * {
+ float:left;
+ margin:0 2px 0 0;
+}
+
+.breadcrumb {
+ padding-bottom:2px;
+}
.clear-navbar {
margin-top: 60px;