Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2717)

Unified Diff: chrome/common/extensions/docs/server2/static/css/api.css

Issue 10689117: Extensions Docs Server: Support APIs with properties (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Storage API looking good Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..d3aa03e7e90642ec9206d66d72d94469aeccb06c 100644
--- a/chrome/common/extensions/docs/server2/static/css/api.css
+++ b/chrome/common/extensions/docs/server2/static/css/api.css
@@ -13,6 +13,10 @@
margin-top: 1em;
}
+.api_reference div.summary:first-letter {
+ text-transform: lowercase;
not at google - send to devlin 2012/07/09 11:01:20 Can this be done in handlebar_dict_generator inste
cduvall 2012/07/09 17:50:40 This is necessary because when types have function
not at google - send to devlin 2012/07/09 23:05:34 Ah, cool. Comment?
cduvall 2012/07/09 23:22:58 Done.
+}
+
.api_reference div.description {
margin-left: 2em;
}

Powered by Google App Engine
This is Rietveld 408576698