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

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

Issue 10871034: Make all quota-exceeding messages in the storage API explain what the failure (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update... the other error message Created 8 years, 4 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/css/ApiRefStyles.css
diff --git a/chrome/common/extensions/docs/css/ApiRefStyles.css b/chrome/common/extensions/docs/css/ApiRefStyles.css
index 4f5f4ef2da6083bd6abe2593b72f5cddfb5334d6..fc7948f0ad8fd84a3904da1d26a52a1d8e9019b6 100644
--- a/chrome/common/extensions/docs/css/ApiRefStyles.css
+++ b/chrome/common/extensions/docs/css/ApiRefStyles.css
@@ -1,3 +1,8 @@
+/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
.todo, .comment { /* while we're working on doc, comment out display */
color: rgb(255, 0, 0);
display: none;
@@ -332,6 +337,7 @@ div#toc {
margin: 5px 0px 5px 20px;
padding: 5px;
width: 250px;
+ word-break: break-all;
}
#toc p {
« no previous file with comments | « chrome/common/extensions/docs/apps/bookmarks.html ('k') | chrome/common/extensions/docs/extensions/bookmarks.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698