Skip to content

Commit

Permalink
Sugarchain: replace tt with font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptozeny committed Nov 28, 2018
1 parent 2f6333d commit bd7701b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ html
<br>
label#lblX1
else
tt#hashrate.text-success -
#hashrate.text-success(style='font-family: Lucida Console, Monaco, monospace;') -
.col-xs-3
.panel.panel-default
.panel-heading
Expand All @@ -167,7 +167,7 @@ html
<br>
label#difficultyHybrid -
else
tt#difficulty.text-danger -
#difficulty.text-danger(style='font-family: Lucida Console, Monaco, monospace;') -
.col-xs-3
.panel.panel-default
.panel-heading
Expand All @@ -178,7 +178,7 @@ html
<br>
label#lblX1
else
tt#supply.text-primary -
#supply.text-primary(style='font-family: Lucida Console, Monaco, monospace;') -
.col-xs-3
.panel.panel-default
.panel-heading
Expand All @@ -189,7 +189,7 @@ html
<br>
label#lblX1
else
tt#lastPrice.text-dark -
#lastPrice.text-dark(style='font-family: Lucida Console, Monaco, monospace;') -

.row.text-center(style='margin-top:10px;margin-bottom:20px;')
form.form-inline(method='post', action='/search')
Expand Down

0 comments on commit bd7701b

Please sign in to comment.