diff options
| author | Vojta Jina | 2010-11-15 01:10:16 +0000 |
|---|---|---|
| committer | Misko Hevery | 2010-11-15 21:55:37 -0800 |
| commit | cc749760fd59418433de5a055d1ca401f7500444 (patch) | |
| tree | a6bc273b68b10515b9e00bc0b166c46d88748033 /docs/docs.css | |
| parent | b467a50bc75b7f4c0d9bcee521387eda460337bf (diff) | |
| download | angular.js-cc749760fd59418433de5a055d1ca401f7500444.tar.bz2 | |
Added basic Services, which support @memberOf and @methodOf
Diffstat (limited to 'docs/docs.css')
| -rw-r--r-- | docs/docs.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/docs.css b/docs/docs.css index 25a8ffea..664328d0 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -125,3 +125,8 @@ a { margin-left: 2em; font-family: monospace; } + +#sidebar ul li.level-3 { + margin-left: 3em; + font-family: monospace; +} |
