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

Unified Diff: chrome/browser/resources/chromeos/diagnostics/main.html

Issue 10824223: Diagnostics UI: apply UI styles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Polish: no need to set -webkit-margin- and color. 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
« no previous file with comments | « chrome/browser/resources/chromeos/diagnostics/main.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/diagnostics/main.html
diff --git a/chrome/browser/resources/chromeos/diagnostics/main.html b/chrome/browser/resources/chromeos/diagnostics/main.html
index 60d5b65e607d513c767c122cdc84175570abe2e9..b9c07cc415144c4ce9a7d3d950389ebd6ea91960 100644
--- a/chrome/browser/resources/chromeos/diagnostics/main.html
+++ b/chrome/browser/resources/chromeos/diagnostics/main.html
@@ -9,6 +9,12 @@
<script src="chrome://diagnostics/main.js"></script>
</head>
<body>
+ <div class="navigation">
+ <h1>Diagnostics</h1>
+ <ul>
+ <li class="selected">Connectivity</li>
+ </ul>
+ </div>
<div class="page">
<header>
<h1>Connectivity</h1>
« no previous file with comments | « chrome/browser/resources/chromeos/diagnostics/main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698