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

Side by Side Diff: chrome/browser/resources/chromeos/mobile_setup.html

Issue 10828382: Cleanup: Don't close single tags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 <style> 6 <style>
7 body { 7 body {
8 -webkit-box-flex: 1; 8 -webkit-box-flex: 1;
9 -webkit-box-orient: vertical; 9 -webkit-box-orient: vertical;
10 -webkit-user-select: none; 10 -webkit-user-select: none;
11 display: -webkit-box; 11 display: -webkit-box;
12 height: 100%; 12 height: 100%;
13 margin: 0; 13 margin: 0;
14 padding: 0; 14 padding: 0;
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 <div class="logo"></div> 209 <div class="logo"></div>
210 <div class="button-strip"> 210 <div class="button-strip">
211 <button id="closeButton" 211 <button id="closeButton"
212 i18n-content="close_button" class="hidden"></button> 212 i18n-content="close_button" class="hidden"></button>
213 </div> 213 </div>
214 </div> 214 </div>
215 </div> 215 </div>
216 </div> 216 </div>
217 </body> 217 </body>
218 </html> 218 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698