aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatias Niemelä2014-01-06 10:22:16 -0500
committerMatias Niemelä2014-01-06 10:22:16 -0500
commit6f6cb5c8d83e2c05ac56eacb1802d91406b3d0c1 (patch)
treea87a3daa4d7bbaa8f4c83257aec5f68b3ae0f8e7
parent821ed310a75719765448e8b15e3a56f0389107a5 (diff)
downloadangular.js-6f6cb5c8d83e2c05ac56eacb1802d91406b3d0c1.tar.bz2
chore(docs): remove uppercase heading styling
Closes #5593
-rw-r--r--docs/src/templates/css/docs.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css
index 55c4893f..a3cd835d 100644
--- a/docs/src/templates/css/docs.css
+++ b/docs/src/templates/css/docs.css
@@ -167,6 +167,11 @@
margin-top: .5em;
}
+.content h6 {
+ text-transform:none;
+ color:black;
+}
+
ul.parameters > li > p,
.returns > p {
display: inline;