From a81bc34894957f73fc98c3e2cd7b2d109b72bdcc Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Wed, 9 May 2018 21:53:34 -0400 Subject: [PATCH] style tweaks --- views/index.pug | 8 ++++---- views/layout.pug | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/views/index.pug b/views/index.pug index 00d467c..3ec9e48 100644 --- a/views/index.pug +++ b/views/index.pug @@ -7,7 +7,7 @@ block content h1 #{coinConfig.siteTitle} hr - p + p(class="lead") strong #{coinConfig.siteTitle} span is a(href="https://github.com/janoside/btc-rpc-explorer") open-source @@ -15,8 +15,8 @@ block content a(href=coinConfig.nodeUrl) #{coinConfig.name} Full Node span , strong #{coinConfig.siteTitle} - span can easily run alongside it, communicating via RPC calls. See the - a(href="https://github.com/janoside/btc-rpc-explorer") project description + span can easily run alongside it, communicating via RPC calls. See the + a(href="https://github.com/janoside/btc-rpc-explorer") project description span for a list of features and instructions for running. @@ -29,7 +29,7 @@ block content div(class="col") span(style="float: right;") - a(href="/blocks") Browse Blocks » + a(href="/blocks", class="btn btn-primary") Browse Blocks » hr diff --git a/views/layout.pug b/views/layout.pug index cae3fb5..1360d33 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -50,7 +50,7 @@ html form(method="post", action="/search", class="form-inline") div(class="input-group") - input(type="text", class="form-control form-control-sm", name="query", placeholder="block height, block hash, txid", value=(query), style="width: 250px;") + input(type="text", class="form-control form-control-sm", name="query", placeholder="block height, block hash, txid", value=(query), style="width: 300px;") span(class="input-group-btn") input(type="submit", class="btn btn-primary", value="Search")