browser/devtools/commandline/commandlinetooltip.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/devtools/commandline/commandlinetooltip.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
     1.6 +
     1.7 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.8 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.9 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
    1.10 +
    1.11 +<html xmlns="http://www.w3.org/1999/xhtml">
    1.12 +<head>
    1.13 +  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    1.14 +  <link rel="stylesheet" href="chrome://global/skin/global.css" type="text/css"/>
    1.15 +  <link rel="stylesheet" href="chrome://browser/content/devtools/commandline.css" type="text/css"/>
    1.16 +  <link rel="stylesheet" href="chrome://browser/skin/devtools/commandline.css" type="text/css"/>
    1.17 +</head>
    1.18 +<body class="gcli-body">
    1.19 +<div id="gcli-tooltip-root"></div>
    1.20 +<div id="gcli-tooltip-connector"></div>
    1.21 +</body>
    1.22 +</html>

mercurial