-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
body { | ||
padding: 50px; | ||
padding-top: 50px; | ||
padding-bottom: 20px; | ||
|
||
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; | ||
} | ||
|
||
@media (max-width: 978px) { | ||
.container { | ||
padding:5; | ||
margin:0; | ||
} | ||
} | ||
|
||
a { | ||
color: #00B7FF; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
extends layout | ||
|
||
block content | ||
h1 #{config.tokenName} | ||
p Welcome to the #{config.tokenShortName} Explorer powered by bitfly! | ||
.row | ||
.col-md-12 | ||
h1 #{config.tokenName} | ||
p Welcome to the #{config.tokenShortName} Explorer powered by bitfly! | ||
|
||
h3 Recent transactions | ||
table.table | ||
tr | ||
th Type | ||
th From | ||
th To | ||
th Amount | ||
th Date | ||
for event in events | ||
+event_row(event) | ||
.row | ||
.col-md-12 | ||
h3 Recent transactions | ||
.row | ||
.col-md-12 | ||
.table-responsive | ||
table.table | ||
tr | ||
th Type | ||
th From | ||
th To | ||
th Amount | ||
th Date | ||
for event in events | ||
+event_row(event) |
3 comments
on commit ced17ab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
z
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
สคริปต์( src = 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.js' ) สคริปต์( src = 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.js' )
สคริปต์( src = 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js' , integrity = 'sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa' , crossorigin = 'anonymous' ) สคริปต์( src = 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js' , integrity = 'sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa' , crossorigin = 'anonymous' )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do I have to do?
myeterwallet,com #1