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

Unified Diff: chrome/common/extensions/docs/css/ApiRefStyles.css

Issue 437001: Docs polish (Closed)
Patch Set: Add an NPAPI warning Created 11 years, 1 month 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 | « chrome/common/extensions/docs/content_scripts.html ('k') | chrome/common/extensions/docs/devguide.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/css/ApiRefStyles.css
diff --git a/chrome/common/extensions/docs/css/ApiRefStyles.css b/chrome/common/extensions/docs/css/ApiRefStyles.css
index 6af8ed7b30815d61bd6fbe63cda6a1c1aede7856..370cca42381e6d03d83847586503dec840f24be3 100755
--- a/chrome/common/extensions/docs/css/ApiRefStyles.css
+++ b/chrome/common/extensions/docs/css/ApiRefStyles.css
@@ -11,6 +11,15 @@
display: none;
}
+#header {
+ margin:1em 0;
+}
+
+#header td {
+ border:none;
+ padding:0;
+}
+
/* This is the start of the styles imported from Codesite. */
.g-section:after {
@@ -86,11 +95,6 @@ pre {
word-wrap:break-word
}
-form {
- margin:1em 0 0 0;
- padding:0
-}
-
blockquote {
text-align:justify;
margin:1em 90px 0 70px;
@@ -650,7 +654,7 @@ p.backtotop {
#gc-pagecontent {
padding-left:24px;
- border-left:3px solid #e5ecf9
+ border-left:3px solid #def7de;
}
.moreright {
@@ -658,31 +662,6 @@ p.backtotop {
text-align:right
}
-#gc-header {
- padding:7px 0 0 0;
- margin:9px 0 12px
-}
-
-#gc-header #logo {
- margin:0;
- padding-top:5px;
- position:absolute
-}
-
-#gc-header a img {
- border:none;
- padding:0;
- margin:0
-}
-
-#gc-header #gc-logo-img {
- background-image:url(/images/sprites08132008.png);
- background-position:-28px -36px;
- width:153px;
- height:55px;
- cursor:pointer
-}
-
#gc-topnav {
font-size:1em;
margin:0;
« no previous file with comments | « chrome/common/extensions/docs/content_scripts.html ('k') | chrome/common/extensions/docs/devguide.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698