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

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

Issue 997010: Extension Docs (No building or testable files) (Closed)
Patch Set: Created 10 years, 9 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 | « 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 29f5a5595a1e9fde9597d1e71a933c7db8586127..b3b86f3259f3da3da8c5a16319eb21d43b2d0137 100755
--- a/chrome/common/extensions/docs/css/ApiRefStyles.css
+++ b/chrome/common/extensions/docs/css/ApiRefStyles.css
@@ -3,6 +3,15 @@
display: none;
}
+#devModeWarning {
+ background-color: gray;
+ color: #222222;
+ font-size: 10px;
+ padding: 8px 16px 8px 16px;
+ display: none;
+ border: 1px solid orange;
+}
+
.tbd { /* style for comments that should be visible to all devs */
color: rgb(125, 125, 125);
}
« 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