diff options
| author | Igor Minar | 2011-06-07 07:44:59 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-06-07 07:44:59 -0700 | 
| commit | 80ea329d5fc121abbb162bb99a958a3cda815fde (patch) | |
| tree | 567528a4237341ed2b4e1f88220740bfb8ac3364 /docs/src | |
| parent | 6e0ff5fa969f79526aa4a848d0fc733e750f6c9c (diff) | |
| download | angular.js-80ea329d5fc121abbb162bb99a958a3cda815fde.tar.bz2 | |
fix css for api reference
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/templates/docs.css | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css index 50fe2651..c97668fe 100644 --- a/docs/src/templates/docs.css +++ b/docs/src/templates/docs.css @@ -275,3 +275,13 @@ li {  #content .syntaxhighlighter  {    margin: 1.5em 0 1.5em 0 !important;;  } + +#content .parameters p:nth-child(2) { +  display: inline; +  padding-left: 0; +} + +#content .returns p:nth-child(2) { +  display: inline; +  padding-left: 0; +} | 
