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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/chromeos/diagnostics/main.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>diagnostics</title> 4 <title>diagnostics</title>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
7 <link rel="stylesheet" href="main.css"> 7 <link rel="stylesheet" href="main.css">
8 <script src="chrome://resources/js/util.js"></script> 8 <script src="chrome://resources/js/util.js"></script>
9 <script src="chrome://diagnostics/main.js"></script> 9 <script src="chrome://diagnostics/main.js"></script>
10 </head> 10 </head>
11 <body> 11 <body>
12 <div class="navigation">
13 <h1>Diagnostics</h1>
14 <ul>
15 <li class="selected">Connectivity</li>
16 </ul>
17 </div>
12 <div class="page"> 18 <div class="page">
13 <header> 19 <header>
14 <h1>Connectivity</h1> 20 <h1>Connectivity</h1>
15 </header> 21 </header>
16 <div id='connectivity-status'></div> 22 <div id='connectivity-status'></div>
17 </div> 23 </div>
18 </body> 24 </body>
19 </html> 25 </html>
OLDNEW
« 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