From 7d594df524077f703d50907bf79ea3ce3ca06c04 Mon Sep 17 00:00:00 2001 From: Lucas Legname Date: Mon, 28 Apr 2014 22:41:09 +0200 Subject: [PATCH] Supported currencies have been added on main page. --- index.html | 44 +++++++++++++++++++++++++++++++++++--------- src/index.html | 29 ++++++++++++++++++++--------- src/main.css | 15 +++++++++++++++ 3 files changed, 70 insertions(+), 18 deletions(-) diff --git a/index.html b/index.html index 74609e0..df26e33 100644 --- a/index.html +++ b/index.html @@ -5844,6 +5844,21 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height: text-align: left; } +.supportedCurrenciesChecklist { + background-color: #C2F2C3; + margin-top: 25px; + padding: 20px; + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + border-radius: 10px; + text-align: left; +} + +.supportedCurrenciesChecklist ul { + list-style-type: none; + padding-left: 14px; +} + .securityChecklist ul { padding: 5px 0 0 20px; } .securityChecklist li { padding-left: 5px; margin-bottom: 10px; } @@ -6096,18 +6111,18 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:

- Security Checklist : + Security Checklist : -
+
  • + Are you using a secure operating system guaranteed to be free of spyware and viruses, for example, an Ubuntu LiveCD? +
  • + +
    @@ -6186,6 +6201,17 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
    Overview image of 4 paper wallet + +
    + Supported currencies : + +
      +
    • + Auroracoin, Bitcoin, Blackcoin, BBQcoin, Catcoin, Dogecoin, Feathercoin, Litecoin, Marscoin, NameCoin, Peercoin, Primecoin, Reddcoin, Topcoin, Vertcoin. +
    • +
    +
    +
    Security Checklist : diff --git a/src/index.html b/src/index.html index 8ceb22a..d607509 100644 --- a/src/index.html +++ b/src/index.html @@ -169,18 +169,18 @@

    - Security Checklist : + Security Checklist : -
      -
    • +
        +
      • -
      • +
      • -
      • - Are you using a secure operating system guaranteed to be free of spyware and viruses, for example, an Ubuntu LiveCD? -
      • -
      -
    +
  • + Are you using a secure operating system guaranteed to be free of spyware and viruses, for example, an Ubuntu LiveCD? +
  • + +
    @@ -259,6 +259,17 @@
    Overview image of 4 paper wallet + +
    + Supported currencies : + +
      +
    • + Auroracoin, Bitcoin, Blackcoin, BBQcoin, Catcoin, Dogecoin, Feathercoin, Litecoin, Marscoin, NameCoin, Peercoin, Primecoin, Reddcoin, Topcoin, Vertcoin. +
    • +
    +
    +
    Security Checklist : diff --git a/src/main.css b/src/main.css index 276c10e..e34801b 100644 --- a/src/main.css +++ b/src/main.css @@ -91,6 +91,21 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height: text-align: left; } +.supportedCurrenciesChecklist { + background-color: #C2F2C3; + margin-top: 25px; + padding: 20px; + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + border-radius: 10px; + text-align: left; +} + +.supportedCurrenciesChecklist ul { + list-style-type: none; + padding-left: 14px; +} + .securityChecklist ul { padding: 5px 0 0 20px; } .securityChecklist li { padding-left: 5px; margin-bottom: 10px; }