aboutsummaryrefslogtreecommitdiff
path: root/popup/popup.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-03-01 14:05:38 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-03-01 14:05:38 +0100
commitea7fb2d5c8b0e0052a81e48e6d99143dfc233dc5 (patch)
tree0f9b89be8c8d435ca26c01d2aa801f7aa8afa1ea /popup/popup.html
parent448ee63d7f18c537ea9e22c481ac1b3fd863d385 (diff)
downloadwallet-core-ea7fb2d5c8b0e0052a81e48e6d99143dfc233dc5.tar.xz
Revert "html lang"
The changes were incomplete and broke the reserve creation dialog, reverted for now. This reverts commit 7c0ca49d0351ce8edfb1533146ff5ceb1aba41cf.
Diffstat (limited to 'popup/popup.html')
-rw-r--r--popup/popup.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/popup/popup.html b/popup/popup.html
index fbf9c2193..c67085c1b 100644
--- a/popup/popup.html
+++ b/popup/popup.html
@@ -1,12 +1,8 @@
<!DOCTYPE html>
<html>
-
<head>
<meta charset="utf-8">
-
- <link rel="stylesheet" type="text/css" href="../style/lang.css">
- <link rel="stylesheet" type="text/css" href="popup.css">
-
+ <link rel="stylesheet" href="popup.css" type="text/css">
<script src="../lib/vendor/mithril.js"></script>
<script src="../lib/vendor/lodash.core.min.js"></script>
<script src="../lib/vendor/system-csp-production.src.js"></script>
@@ -15,10 +11,10 @@
<script src="../lib/i18n-strings.js"></script>
<script src="../lib/module-trampoline.js"></script>
</head>
-
<body>
- <div id="nav"></div>
- <div id="content"></div>
+<div id="nav"></div>
+<div id="content"></div>
</body>
+
</html>