Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <!-- Copyright 2012 The Chromium Authors. All rights reserved. | |
| 4 Use of this source code is governed by a BSD-style license that can be | |
| 5 found in the LICENSE file. | |
|
Evan Stade
2012/12/14 01:09:25
we seem to have a different style (or no header at
Shishir
2012/12/14 03:46:52
I saw them in some, and copied this one from: net
| |
| 6 --> | |
| 7 <head> | |
| 8 <script src='chrome://resources/js/util.js'></script> | |
| 9 <script src='chrome://local-omnibox-popup/local_omnibox_popup.js'></script> | |
| 10 <link rel='stylesheet' | |
| 11 href='chrome://local-omnibox-popup/local_omnibox_popup.css'></link> | |
|
Evan Stade
2012/12/14 01:09:25
don't align attributes, just indent 4 spaces
Shishir
2012/12/14 03:46:52
Done.
| |
| 12 </head> | |
| 13 <body> | |
| 14 <div id='suggestionsBox'> | |
|
Evan Stade
2012/12/14 01:09:25
nit: double quotes in html, single quotes in css a
Shishir
2012/12/14 03:46:52
Done.
| |
| 15 </div> | |
|
Evan Stade
2012/12/14 01:09:25
nit: you can put </div> on same line as <div>
Shishir
2012/12/14 03:46:52
Done.
| |
| 16 </body> | |
| 17 </html> | |
| OLD | NEW |