remove usage of old lang.css
This commit is contained in:
parent
a418875877
commit
8ac71597ec
@ -6,7 +6,6 @@
|
||||
|
||||
<title>Taler Wallet: Add Auditor</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../style/lang.css">
|
||||
<link rel="stylesheet" type="text/css" href="../style/wallet.css">
|
||||
|
||||
<link rel="icon" href="/img/icon.png">
|
||||
@ -14,9 +13,6 @@
|
||||
<script src="/dist/page-common-bundle.js"></script>
|
||||
<script src="/dist/add-auditor-bundle.js"></script>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/src/style/pure.css">
|
||||
<link rel="stylesheet" type="text/css" href="/src/style/wallet.css">
|
||||
|
||||
<style>
|
||||
.tree-item {
|
||||
margin: 2em;
|
||||
|
@ -5,7 +5,6 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>Taler Wallet: Auditors</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../style/lang.css">
|
||||
<link rel="stylesheet" type="text/css" href="../style/wallet.css">
|
||||
|
||||
<link rel="icon" href="/img/icon.png">
|
||||
|
@ -5,7 +5,6 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>Taler Wallet: Confirm Reserve Creation</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/src/style/lang.css">
|
||||
<link rel="stylesheet" type="text/css" href="/src/style/wallet.css">
|
||||
|
||||
<link rel="icon" href="/img/icon.png">
|
||||
|
@ -5,7 +5,6 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>Taler Wallet: Error Occured</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../style/lang.css">
|
||||
<link rel="stylesheet" type="text/css" href="../style/wallet.css">
|
||||
|
||||
<link rel="icon" href="/img/icon.png">
|
||||
|
@ -5,7 +5,6 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>Taler Wallet: Logs</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../style/lang.css">
|
||||
<link rel="stylesheet" type="text/css" href="../style/wallet.css">
|
||||
|
||||
<link rel="icon" href="/img/icon.png">
|
||||
|
@ -5,7 +5,6 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>Taler Wallet: Payback</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../style/lang.css">
|
||||
<link rel="stylesheet" type="text/css" href="../style/wallet.css">
|
||||
|
||||
<link rel="icon" href="/img/icon.png">
|
||||
|
@ -4,7 +4,6 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../style/lang.css">
|
||||
<link rel="stylesheet" type="text/css" href="../style/wallet.css">
|
||||
<link rel="stylesheet" type="text/css" href="popup.css">
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>Taler Wallet: Tree View</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../style/lang.css">
|
||||
<link rel="stylesheet" type="text/css" href="../style/wallet.css">
|
||||
|
||||
<link rel="icon" href="/img/icon.png">
|
||||
|
@ -1,11 +0,0 @@
|
||||
body [lang] {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
body:lang(en) :lang(en),
|
||||
body:lang(de) :lang(de),
|
||||
body:lang(fr) :lang(fr),
|
||||
body:lang(it) :lang(it),
|
||||
body:lang(es) :lang(es) {
|
||||
visibility: visible;
|
||||
}
|
Loading…
Reference in New Issue
Block a user