Browse Source

style tweaks

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
a81bc34894
  1. 8
      views/index.pug
  2. 2
      views/layout.pug

8
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

2
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")

Loading…
Cancel
Save