diff options
| author | Igor Minar | 2011-07-15 17:21:37 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-07-16 01:12:29 -0700 | 
| commit | a8f4d87be5c1f6ef8d529d83001a9afe57d7ea3a (patch) | |
| tree | b814933c52e8f0148581a0e3beaa2cf32491dc3f | |
| parent | 57ea8156a1bcc5d5e65327408ed23143bea031d4 (diff) | |
| download | angular.js-a8f4d87be5c1f6ef8d529d83001a9afe57d7ea3a.tar.bz2 | |
doc(css): add '#content-list .level-4' css
| -rw-r--r-- | docs/src/templates/docs.css | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css index bc0b947b..71144edf 100644 --- a/docs/src/templates/docs.css +++ b/docs/src/templates/docs.css @@ -204,6 +204,14 @@ li {    margin-left: 1em;  } +#content-list .level-4 { +  margin-left: 2em; +} + +#content-list .level-5 { +  margin-left: 3em; +} +  #content-list a.current {    font-weight: bold; | 
