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

Unified Diff: chrome/common/extensions/docs/static/sass/_api.scss

Issue 375133002: Docserver: Display API features that are available to content scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moar changes Created 6 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
Index: chrome/common/extensions/docs/static/sass/_api.scss
diff --git a/chrome/common/extensions/docs/static/sass/_api.scss b/chrome/common/extensions/docs/static/sass/_api.scss
index a1c4cfa60508b71071f40d2660dc5c081007482a..707bfd2c0264754d436e81778e9f5e5c36765633 100644
--- a/chrome/common/extensions/docs/static/sass/_api.scss
+++ b/chrome/common/extensions/docs/static/sass/_api.scss
@@ -51,4 +51,10 @@
.availability {
color: #A03;
}
+
+ table#intro {
+ .title {
+ white-space: nowrap;
+ }
+ }
}

Powered by Google App Engine
This is Rietveld 408576698