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

Unified Diff: Source/devtools/front_end/documentation/DocumentationView.js

Issue 532223002: DevTools: [Documentation] Update empty page style (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@iliia-patch
Patch Set: Created 6 years, 3 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: Source/devtools/front_end/documentation/DocumentationView.js
diff --git a/Source/devtools/front_end/documentation/DocumentationView.js b/Source/devtools/front_end/documentation/DocumentationView.js
index 83bf923c636577c67cc82fd433ac1fd728ad8761..cd895e0d2caf58f64dbfb95817fc8fc640afe7e7 100644
--- a/Source/devtools/front_end/documentation/DocumentationView.js
+++ b/Source/devtools/front_end/documentation/DocumentationView.js
@@ -67,8 +67,8 @@ WebInspector.DocumentationView.prototype = {
_createEmptyPage: function()
{
this.element.textContent = "";
- var pageTitle = this.element.createChild("div", "documentation-page-title");
- pageTitle.textContent = "No documentation found";
+ var pageTitle = this.element.createChild("div", "documentation-not-found");
+ pageTitle.textContent = "No documentation found.";
},
__proto__: WebInspector.View.prototype
« no previous file with comments | « no previous file | Source/devtools/front_end/documentationView.css » ('j') | Source/devtools/front_end/documentationView.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698