Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
michael@0 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
michael@0 | 2 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 3 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 4 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
michael@0 | 5 | <!DOCTYPE html> |
michael@0 | 6 | |
michael@0 | 7 | <html xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 8 | <head> |
michael@0 | 9 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
michael@0 | 10 | <link rel="stylesheet" href="chrome://browser/skin/devtools/common.css" type="text/css"/> |
michael@0 | 11 | <link rel="stylesheet" href="chrome://browser/content/devtools/spectrum.css" ype="text/css"/> |
michael@0 | 12 | <script type="application/javascript;version=1.8" src="theme-switching.js"/> |
michael@0 | 13 | <style> |
michael@0 | 14 | body { |
michael@0 | 15 | margin: 0; |
michael@0 | 16 | padding: 0; |
michael@0 | 17 | } |
michael@0 | 18 | </style> |
michael@0 | 19 | </head> |
michael@0 | 20 | <body role="application"> |
michael@0 | 21 | <div id="spectrum"></div> |
michael@0 | 22 | <div id="eyedropper-button"></div> |
michael@0 | 23 | </body> |
michael@0 | 24 | </html> |