summaryrefslogtreecommitdiff
path: root/talermerchantdemos/static/taler-fallback.css
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/static/taler-fallback.css')
-rw-r--r--talermerchantdemos/static/taler-fallback.css17
1 files changed, 0 insertions, 17 deletions
diff --git a/talermerchantdemos/static/taler-fallback.css b/talermerchantdemos/static/taler-fallback.css
deleted file mode 100644
index ec91905..0000000
--- a/talermerchantdemos/static/taler-fallback.css
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Fallback stylesheet. Should be included in the document as follows:
- *
- * <link rel="stylesheet"
- * href="taler-fallback.css"
- * id="taler-presence-stylesheet />
- *
- * When either the taler-wallet-lib is included or the wallet is presence,
- * it will take over this stylesheet for presence detection.
- *
- * This fallback stylesheet makes sure that classes for presence detection
- * are displayed correctly, even if JavaScript is disabled and the wallet
- * is not present.
- */
-.taler-installed-show {
- display: none; }
-
-/*# sourceMappingURL=taler-fallback.css.map */