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

Unified Diff: chrome/common/extensions/docs/static/css/site.css

Issue 18186004: Added documentation for In-App Payments API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A few more minor revisions Created 7 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/static/images/in-app-payments-confirmation.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/css/site.css
diff --git a/chrome/common/extensions/docs/static/css/site.css b/chrome/common/extensions/docs/static/css/site.css
index f7591a0f00c1553aec93d5d5b3341b6dbd05d250..12784967bc0a7f2fd7d96b51066b0d13d220d30a 100644
--- a/chrome/common/extensions/docs/static/css/site.css
+++ b/chrome/common/extensions/docs/static/css/site.css
@@ -566,6 +566,12 @@ button.google-button:active {
clear: right;
}
+/* small indent for better visual distinction
+ (e.g., in a long list) */
+.indent-small {
+ margin-left: 2em;
+}
+
/* Tabbed pane with header (tabs) and content */
tabs {
margin: 25px 0;
« no previous file with comments | « no previous file | chrome/common/extensions/docs/static/images/in-app-payments-confirmation.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698