From 1c40910fce18940d192278496fec9871f5ca6977 Mon Sep 17 00:00:00 2001 From: Bechi Date: Wed, 22 Jan 2014 09:45:43 -0300 Subject: [PATCH 1/2] home page --- public/css/common.css | 4 ++ public/views/index.html | 84 ++++++++++++++++++++++++++++------------- 2 files changed, 62 insertions(+), 26 deletions(-) diff --git a/public/css/common.css b/public/css/common.css index f65b19e..e83d80d 100644 --- a/public/css/common.css +++ b/public/css/common.css @@ -228,6 +228,10 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { background-color: #8DC429; } +#home .col-gray { + width: 390px; +} + /* Set the fixed height of the footer here */ #footer { height: 51px; diff --git a/public/views/index.html b/public/views/index.html index 6a3fdf1..5757ab7 100644 --- a/public/views/index.html +++ b/public/views/index.html @@ -3,10 +3,10 @@
-
-
+
+

Blocks

- +
@@ -29,33 +29,65 @@
Height
+

About

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quas, sint, neque harum libero eos maiores rerum rem fuga quae architecto ea incidunt dolore optio ullam sit placeat vero perferendis beatae?

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis, unde quidem commodi dolor asperiores ullam molestias sit a sapiente ipsa!

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt tempora fugiat dolorem cupiditate perspiciatis praesentium.

-
-

Transactions

+
+
+

Transactions

- - - - - - - +
HashAgeValue OutSize
+ + + + + + + + + + + + + - - - - - - - - - - -
HashAgeValue Out
Waiting for transactions...
+ {{tx.txid}} + {{human_since(tx.time)}}{{tx.valueOut}}
Waiting for transactions...
- {{tx.txid}} - {{human_since(tx.time)}}{{tx.valueOut}}{{tx.size}}
-
+ + +
+

Other Bitcoin Links

+ +
+
From 3a39da25283b644f2373db032c0242cb3362c3fb Mon Sep 17 00:00:00 2001 From: Bechi Date: Wed, 22 Jan 2014 09:51:56 -0300 Subject: [PATCH 2/2] fix col home --- public/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/common.css b/public/css/common.css index e83d80d..6013c1e 100644 --- a/public/css/common.css +++ b/public/css/common.css @@ -229,7 +229,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { } #home .col-gray { - width: 390px; + width: 100%; } /* Set the fixed height of the footer here */