aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs.css
diff options
context:
space:
mode:
authorIgor Minar2010-11-17 13:24:33 -0800
committerIgor Minar2010-11-18 02:34:54 -0800
commit916dadd8ec4c7e3a9710941faa3d5ea80f615ac0 (patch)
treefbd6c8f8aa2ea8aa715f398420ed2e5ee921b0c8 /docs/docs.css
parente509ec37f5684a0061d14759b6bcea3e0d88d5bc (diff)
downloadangular.js-916dadd8ec4c7e3a9710941faa3d5ea80f615ac0.tar.bz2
adjust spacing of headings in the main doc div
Diffstat (limited to 'docs/docs.css')
-rw-r--r--docs/docs.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/docs.css b/docs/docs.css
index 64f819d4..75569e0f 100644
--- a/docs/docs.css
+++ b/docs/docs.css
@@ -66,6 +66,18 @@ a {
border-bottom: 1px solid #CCC;
}
+#section h2 {
+ margin-top: 1.8em;
+}
+
+#section h1 + h2 {
+ margin-top: 1.3em;
+}
+
+#section h3 {
+ margin-top: 1.5em;
+}
+
#sidebar {
padding: 10px 10px 20px 10px;
background-color: #EEE;