Apply a consistent margin between wallets in "Choose your wallet"

This commit is contained in:
Saivann 2013-08-25 12:25:01 -04:00
parent 56ac2c6e99
commit e0e84f85b1
2 changed files with 5 additions and 5 deletions

View file

@ -662,9 +662,9 @@ li p{
} }
.previewrow{ .previewrow{
float:left; float:left;
width:260px; width:255px;
text-align:justify; text-align:justify;
padding-left:30px; padding-left:40px;
position:relative; position:relative;
} }
.previewrow>h2{ .previewrow>h2{
@ -673,7 +673,7 @@ li p{
.previewrow>div{ .previewrow>div{
display:inline-block; display:inline-block;
position:relative; position:relative;
margin-right:17px; margin-right:15px;
margin-bottom:12px; margin-bottom:12px;
vertical-align:top; vertical-align:top;
} }

View file

@ -135,11 +135,11 @@ en:
bethenetwork: "Be part of the Bitcoin network" 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." 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" 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" 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\"." 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" 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." 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." 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." 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."