mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Apply a consistent margin between wallets in "Choose your wallet"
This commit is contained in:
parent
56ac2c6e99
commit
e0e84f85b1
2 changed files with 5 additions and 5 deletions
|
@ -662,9 +662,9 @@ li p{
|
|||
}
|
||||
.previewrow{
|
||||
float:left;
|
||||
width:260px;
|
||||
width:255px;
|
||||
text-align:justify;
|
||||
padding-left:30px;
|
||||
padding-left:40px;
|
||||
position:relative;
|
||||
}
|
||||
.previewrow>h2{
|
||||
|
@ -673,7 +673,7 @@ li p{
|
|||
.previewrow>div{
|
||||
display:inline-block;
|
||||
position:relative;
|
||||
margin-right:17px;
|
||||
margin-right:15px;
|
||||
margin-bottom:12px;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
|
|
@ -135,11 +135,11 @@ en:
|
|||
bethenetwork: "Be part of the Bitcoin network"
|
||||
bethenetworktxt: "Do you have a computer that you keep switched on all the time, that's connected to the Internet? You can help the community by simply running the <a href=\"#download#\"><b>original Bitcoin client</b></a> on it. The original client is more resource intensive and will take a complete day to synchronize. After that your computer will contribute to the network by checking and relaying transactions."
|
||||
walletdesk: "Software wallets"
|
||||
walletdesktxt: "Software wallets are installed on your computer. They give you complete control over your wallet. You are responsible for doing backups and protecting your money."
|
||||
walletdesktxt: "Software wallets are installed on your computer. They give you complete control over your wallet. You are responsible for protecting your money and doing backups."
|
||||
walletmobi: "Mobile wallets"
|
||||
walletmobitxt: "Mobile wallets allow you to bring Bitcoin with you in your pocket. You can exchange coins easily and pay in physical stores by scanning a QR code or using NFC \"tap to pay\"."
|
||||
walletweb: "Web wallets"
|
||||
walletwebtxt: "Web wallets allow you to use Bitcoin anywhere with less effort to protect your wallet. However, you must choose your web wallet service with care as they host your bitcoins."
|
||||
walletwebtxt: "Web wallets allow you to use Bitcoin anywhere with less effort to protect your wallet. However, you must choose your web wallet with care as they host your bitcoins."
|
||||
walletbitcoinqt: "Bitcoin-Qt is the original Bitcoin client and it builds the backbone of the network. It offers the highest levels of security, privacy, and stability. However it has fewer features and it takes a lot of space and memory."
|
||||
walletmultibit: "MultiBit is a lightweight client that focuses on being fast and easy to use. It synchronizes with the network and is ready to use in minutes. MultiBit also supports many languages. It is a good choice for non-technical users."
|
||||
walletarmory: "Armory is an advanced Bitcoin client that runs on top of Bitcoin-Qt. Expanding its features for Bitcoin power users. It offers many backup and encryption features, and it allows secure cold-storage on offline computers."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue