From fe73656249b1364fac1d2d3808c081610976e83c Mon Sep 17 00:00:00 2001 From: Ben Morrow Date: Wed, 17 May 2017 12:06:54 -0500 Subject: [PATCH] Blockquote styling --- css/new.css | 7 +++++++ index.html | 10 ++++------ 2 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 css/new.css diff --git a/css/new.css b/css/new.css new file mode 100644 index 0000000..0a69c2e --- /dev/null +++ b/css/new.css @@ -0,0 +1,7 @@ +blockquote { + box-sizing: border-box; + padding: 24px 24px 24px 24px; + border-radius: 8px; + border: 1px solid #e3e6e7; + margin-top: 24px; +} \ No newline at end of file diff --git a/index.html b/index.html index 800095d..0dbd8a5 100755 --- a/index.html +++ b/index.html @@ -20,6 +20,7 @@ + @@ -113,9 +114,10 @@

What is Status

-

Status is an open source gateway to access the Ethereum Network, for Android & iOS.

+

Status is an open source gateway to access the Ethereum Network, for Android & iOS.

With Ethereum, for the first time ever, we can create real trustless, permissionless and decentralized systems with fair access. We can do this free from authority and middemen, and help facilitate the transition to a more open, censorship resistant internet, where users are in control of their own data.

Status looks like a messenger, but it's so much more than that - it's built entirely on peer-to-peer technologies, and provides not only a medium for free trade and communication, but also a window to access decentralized applications.

+
Note: Most DApps are compatible with all clients: Mist, MetaMask, and Status. With web3.js on the front-end, the idea is that once you have developed your DApp for the desktop, you can deploy it on mobile with Status. It will run the same on all clients. Develop once, run everywhere.
@@ -171,7 +173,7 @@

Requirements to Enter

-

Status is both a Web 3.0 browser, and a messaging platform. To be eligible, whatever it is you build, just needs to work inside of Status.

+

Status is both a Web 3.0 browser, and a messaging platform. To be eligible, whatever it is you build, just needs to work inside of Status.

@@ -195,10 +197,6 @@ Learn more
- -
-

Most DApps are compatible with Mist, MetaMask, and Status. With web3.js on the front-end, the idea is that once you have developed your DApp for the desktop, you can deploy it on mobile with Status. It will run the same on all clients. Develop once, run everywhere.

-