diff options
| author | Igor Minar | 2011-02-23 15:52:29 -0800 |
|---|---|---|
| committer | Igor Minar | 2011-02-23 15:52:29 -0800 |
| commit | 5fc2b96b97a99286fb5734abef86dde16aeb3e55 (patch) | |
| tree | b0de4584f8a760f9b1de9db72c3327bb4e661af9 | |
| parent | a7ee4a88848887aa5ea0807380f4ba759444a7ec (diff) | |
| download | angular.js-5fc2b96b97a99286fb5734abef86dde16aeb3e55.tar.bz2 | |
docs.css should not inline all pragraphs, only those in lists
| -rw-r--r-- | docs/src/templates/docs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css index a7566e79..f5b9275b 100644 --- a/docs/src/templates/docs.css +++ b/docs/src/templates/docs.css @@ -123,7 +123,7 @@ a { border-bottom: 1px solid #888; } -#main li > p, +#main ul.parameters li > p, #main div.returns > p { display: inline; /* the top most paragraph should not cause new lines inside lists. */ } |
