| Index: chrome/common/extensions/docs/server2/static/css/api.css
|
| diff --git a/chrome/common/extensions/docs/server2/static/css/api.css b/chrome/common/extensions/docs/server2/static/css/api.css
|
| index e83114519a0c4533595d304ee8be8521520a9c25..a674299b7bfaf49426d70b0a806993eae04e5f3c 100644
|
| --- a/chrome/common/extensions/docs/server2/static/css/api.css
|
| +++ b/chrome/common/extensions/docs/server2/static/css/api.css
|
| @@ -13,6 +13,13 @@
|
| margin-top: 1em;
|
| }
|
|
|
| +/* This style is used because types with functions prefix the function with the
|
| + * type name, using a lowercase first letter.
|
| + */
|
| +.api_reference div.summary:first-letter {
|
| + text-transform: lowercase;
|
| +}
|
| +
|
| .api_reference div.description {
|
| margin-left: 2em;
|
| }
|
|
|