aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs.css
diff options
context:
space:
mode:
authorIgor Minar2010-11-17 11:33:30 -0800
committerIgor Minar2010-11-18 02:34:53 -0800
commit51a22cf435b39f933e5a20aabb59d6c78353c9d3 (patch)
tree65af20eb6cbafd5ab95ffc6b886f4c3cda6c3edd /docs/docs.css
parentc2c60ab49af22381e77641d61151563785e97a97 (diff)
downloadangular.js-51a22cf435b39f933e5a20aabb59d6c78353c9d3.tar.bz2
group utility methods/objects while sorting stuff for the side bar
Diffstat (limited to 'docs/docs.css')
-rw-r--r--docs/docs.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/docs.css b/docs/docs.css
index 766b6832..64f819d4 100644
--- a/docs/docs.css
+++ b/docs/docs.css
@@ -67,7 +67,7 @@ a {
}
#sidebar {
- padding: 10px;
+ padding: 10px 10px 20px 10px;
background-color: #EEE;
border-right: 1px solid #DDD;
}
@@ -114,6 +114,14 @@ a {
font-size: 1.2em;
}
+#sidebar ul li.level-1.level-angular {
+ font-family: monospace;
+ font-weight: normal;
+ font-size: 1em;
+ margin-top: 0;
+ margin-bottom: 0;
+}
+
#sidebar ul li.level-1 {
margin-left: 1em;
margin-top: 5px;