diff options
| author | Misko Hevery | 2011-01-19 12:16:21 -0800 |
|---|---|---|
| committer | Misko Hevery | 2011-01-24 14:23:51 -0800 |
| commit | 70c74a9c4e3f1c3fdeb285e765a03bc878d14422 (patch) | |
| tree | 17bd4fbdc3f19bbaa26699cd2b709a6ca96419e0 /docs/src/templates | |
| parent | 22c5b7059b3239bb7fe36454d66ea4356a3c6666 (diff) | |
| download | angular.js-70c74a9c4e3f1c3fdeb285e765a03bc878d14422.tar.bz2 | |
add @this and @exampleDescription tags
(also removed markdownNoP, now done through CSS)
Diffstat (limited to 'docs/src/templates')
| -rw-r--r-- | docs/src/templates/docs.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css index 3b2dbae6..a687ce87 100644 --- a/docs/src/templates/docs.css +++ b/docs/src/templates/docs.css @@ -123,7 +123,8 @@ a { border-bottom: 1px solid #888; } -#main li > p { +#main li > p, +#main div.returns > p { display: inline; /* the top most paragraph should not cause new lines inside lists. */ } |
