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?
-
-
-
+
+ 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:

+
+
+
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 @@

+
+
+
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; }