summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/css
diff options
context:
space:
mode:
authorkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-14 18:06:08 +0000
committerkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-14 18:06:08 +0000
commitdd3e1fdc061bd405e9826612d682c610d6801490 (patch)
treebb5e891978f64bdfb21037363d94a552268551ad /chrome/common/extensions/docs/css
parent669795375b446d72f51d464db05ec30906d3d433 (diff)
downloadchromium_src-dd3e1fdc061bd405e9826612d682c610d6801490.zip
chromium_src-dd3e1fdc061bd405e9826612d682c610d6801490.tar.gz
chromium_src-dd3e1fdc061bd405e9826612d682c610d6801490.tar.bz2
Formatting pass: h3 -> h2, minor changes to some page names,
removed "Status" sections (since this isn't a design doc any more), ... Also added a few styles. No meaningful changes to anything except packaging.html. I did an editing pass on that page but didn't change the content significantly. TBR=aa, rafaelw Review URL: http://codereview.chromium.org/165535 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23444 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/css')
-rwxr-xr-xchrome/common/extensions/docs/css/ApiRefStyles.css37
1 files changed, 31 insertions, 6 deletions
diff --git a/chrome/common/extensions/docs/css/ApiRefStyles.css b/chrome/common/extensions/docs/css/ApiRefStyles.css
index d3f6378..3f4a8b7 100755
--- a/chrome/common/extensions/docs/css/ApiRefStyles.css
+++ b/chrome/common/extensions/docs/css/ApiRefStyles.css
@@ -1,8 +1,3 @@
-/*
- * PENDING: This file has styles that aren't used by handwritten pages.
- * So we should probably have a common CSS file, plus this one, and then
- * one for handwritten pages.
- */
.pageData {
display: none;
}
@@ -47,6 +42,10 @@ div.summary div {
margin-bottom: 0.5em;
}
+pre .newCode {
+ background-color: rgb(255, 255, 0);
+}
+
pre {
border: 1px solid rgb(187, 187, 187);
padding: 0.5em;
@@ -95,6 +94,10 @@ div#searchbox {
dd {
margin-bottom: 0.75em;
}
+
+ol li {
+ margin-top: 1em;
+}
.example {
}
@@ -105,6 +108,16 @@ p#classSummary {
.apiItem {
}
+div.note {
+ background-color: rgb(202, 222, 244);
+ border: 1px solid rgb(147, 180, 217);
+ padding: 0.5em;
+ margin: 1em 0px;
+}
+img {
+ border-width: 0px;
+}
+
.hidden {
display: none;
}
@@ -141,7 +154,7 @@ p#classSummary {
#leftNav ul {
line-height:120%;
margin:0;
- padding:0.6em 0 0;
+ padding:0;
}
#leftNav ul li {
@@ -184,3 +197,15 @@ p#classSummary {
border:1px solid #999;
padding:6px;
}
+
+#mainColumn table.imagelayout {
+ border:none;
+}
+#mainColumn table.imagelayout td {
+ border:none;
+ padding:0px 6px 6px;
+ text-align:center;
+}
+#mainColumn table.imagelayout tr.images td {
+ vertical-align:bottom;
+}