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

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

Issue 11635032: Added introductory tables to Chrome apps APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/templates/intros/alarms.html » ('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 05289996407ae343f11c42bac6b1e5204918f088..fe7d5032e85944c1ffe3b21d776656be77197543 100644
--- a/chrome/common/extensions/docs/static/css/site.css
+++ b/chrome/common/extensions/docs/static/css/site.css
@@ -313,6 +313,27 @@ span.displayModeWarning {
vertical-align: top;
}
+/* Provide an intro table for api reference docs. */
+#gc-pagecontent table.intro
+#gc-pagecontent table.intro th,
+#gc-pagecontent table.intro td {
+ border-collapse: separate;
+ border-style: none;
+}
miket_OOO 2012/12/20 23:25:36 Separate rules with new lines: http://google-style
mkearney1 2012/12/20 23:56:56 Done.
+#gc-pagecontent table.intro {
+ padding: 0;
+}
+#gc-pagecontent table.intro th {
+ text-align: left;
+ padding: 6px 12px;
miket_OOO 2012/12/20 23:25:36 Alphabetize: http://google-styleguide.googlecode.c
mkearney1 2012/12/20 23:56:56 Done.
+ border-style: none;
+}
+#gc-pagecontent table.intro td {
+ padding: 6px 12px;
+ border-bottom: 1px solid #E5E5E5;
+ vertical-align: top;
+}
+
/* Provide a "simple" version of the table to use just for layout. */
#gc-pagecontent table.simple,
#gc-pagecontent table.simple th,
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/intros/alarms.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698