aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
authorAndy Ferra2013-12-02 16:11:26 -0800
committernaomi black2013-12-09 16:32:10 -0800
commit8ec2743ca13af58b7339d1e1e18eec2e8b0e8b6f (patch)
tree5a40ed8ab3ab6cee6850c2c130c2a4c2849705a9 /docs/src
parentecbee8147bd8f363a3d9e8f079ef32e66908e3b6 (diff)
downloadangular.js-8ec2743ca13af58b7339d1e1e18eec2e8b0e8b6f.tar.bz2
docs(design): guide index formatting
Just my first pass at a more readable format of the guide index. Note: the styles apply to all content in the docs, not just the guide index. This is intentional and I feel that the result is positive.
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/templates/css/docs.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css
index 9a3e75f2..29c28047 100644
--- a/docs/src/templates/css/docs.css
+++ b/docs/src/templates/css/docs.css
@@ -144,6 +144,27 @@
.content h4,
.content h5 {
margin-top: 1em;
+ letter-spacing: -0.06em;
+}
+
+.content h2 {
+ font-size: 36px;
+ margin-bottom: .5em;
+}
+
+.content h3 {
+ font-size: 24px;
+ border-top: 1px solid #eee;
+ padding-top: .5em;
+}
+
+.content h4 {
+ font-size: 16px;
+ margin-top: 1.5em;
+}
+
+.content ul {
+ margin-top: .5em;
}
ul.parameters > li > p,