1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-10 20:14:11 +01:00

Fix brokenness.

This commit is contained in:
Kris Maglione
2015-02-22 20:44:29 -08:00
parent b75b22796a
commit 0c84d67dca
4 changed files with 21 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="resource://dactyl-local-skin/about.css" type="text/css"?>
<!DOCTYPE overlay SYSTEM "dactyl://content/dtd">
<!DOCTYPE page SYSTEM "dactyl://content/dtd">
<page id="about-&dactyl.name;" orient="vertical" title="About &dactyl.appName;"
xmlns="&xmlns.xul;" xmlns:html="&xmlns.html;">

10
common/content/blank.xul Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE window>
<?xml-stylesheet href="chrome://global/skin/"?>
<window id="dactyl-blank-window" title="Dactyl">
<description>Hello, there.</description>
</window>
<!-- vim: set sw=2 sts=2 et: -->