diff options
| author | Vojta Jina | 2011-05-18 14:55:53 +0200 |
|---|---|---|
| committer | Igor Minar | 2011-06-06 22:52:00 -0700 |
| commit | 3616716615c058756a3ead9808275ce9d72b1707 (patch) | |
| tree | 195c7f954a94d5786d2bfc9f1d5664dedac1b92f /docs | |
| parent | 76df0db598730eeaab19599f9ee441c421423660 (diff) | |
| download | angular.js-3616716615c058756a3ead9808275ce9d72b1707.tar.bz2 | |
Indent the API reference list
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/src/templates/docs.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css index 5750d4f9..438686d6 100644 --- a/docs/src/templates/docs.css +++ b/docs/src/templates/docs.css @@ -227,6 +227,22 @@ p { padding-left: 25px; } +li.level-0 { + font-size: 24px; + list-style: none; + margin-left: -20px; + padding-bottom: 10px; +} + +li.level-1 { + font-size: 15px; + font-weight: bold; +} + +li.level-2, li.level-3 { + margin-left: 20px; +} + #sideBarContent1 a.current { font-weight: bold; color: #000; |
