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

Unified Diff: chrome/common/extensions/docs/examples/api/fontSettings/css/uber_shared.css

Issue 11272026: Remove the managed banner from the Chrome settings UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 8 years, 2 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/examples/api/fontSettings/css/uber_shared.css
diff --git a/chrome/common/extensions/docs/examples/api/fontSettings/css/uber_shared.css b/chrome/common/extensions/docs/examples/api/fontSettings/css/uber_shared.css
index 0fb3209ae1001bacf12a8df44b741697ae242e71..9bf8b884273da603d9250e557c87ec1cdb3e894b 100644
--- a/chrome/common/extensions/docs/examples/api/fontSettings/css/uber_shared.css
+++ b/chrome/common/extensions/docs/examples/api/fontSettings/css/uber_shared.css
@@ -76,7 +76,7 @@ body.uber-frame header > h1 {
}
/* Create a border under the h1 (but before anything that gets appended
- * to the end of the header, such as the managed prefs banner). */
+ * to the end of the header). */
body.uber-frame header > h1::after {
-webkit-margin-end: 20px;
background-color: #eee;
@@ -117,8 +117,7 @@ body.uber-frame section > div:only-of-type {
-webkit-box-flex: 1;
}
-/* Styles for a hideable notification banner at the top of a page.
- * See the Options page .managed-prefs-banner for a usage example. */
+/* Styles for a hideable notification banner at the top of a page. */
.page.showing-banner {
margin-top: 45px;
}
« no previous file with comments | « chrome/browser/ui/webui/options/core_options_handler.cc ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698