Skip to content

Commit 735c647

Browse files
Make simpler
1 parent d5bcbbc commit 735c647

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

_templates/buy.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,7 @@ <h1>{% translate pagetitle %}</h1>
1919
<div class="container">
2020
<div class="row card-row" style="justify-content: center;">
2121
<div class="card buy-card" style="width: 480px;margin-top: -30px;margin-bottom: 100px;">
22-
<div class="tabs buy-sell-tabs" style="">
23-
<input type="radio" name="tabs" id="selltab">
24-
<label for="selltab" style="margin-left: 25px;margin-right: 25px;">Sell Bitcoin</label>
25-
<div class="tab">
26-
<div id="sell-widget" style="width: 370px;height: 650px;"></div>
27-
</div>
28-
<input type="radio" name="tabs" id="buytab" checked="checked">
29-
<label for="buytab" style="margin-left: 25px;margin-right: 25px;">Buy Bitcoin</label>
30-
<div class="tab">
31-
<div id="buy-widget" style="width: 370px;height: 650px;"></div>
32-
</div>
22+
<div id="buy-widget" style="width: 400px;height: 650px;"></div>
3323
</div>
3424
</div>
3525
<div style="margin-top: 50px;text-align: center;">

0 commit comments

Comments
 (0)