mirror of
https://github.com/seigler/govobject-proposal
synced 2025-07-27 06:46:10 +00:00
include Roboto font
This commit is contained in:
parent
333061be05
commit
14dca5e95a
2 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
body {
|
||||
background-image: url("../images/background.png");
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
@ -92,6 +93,10 @@ i.fa {
|
|||
.header_description {
|
||||
margin: 1% 0% 1% 0%;
|
||||
}
|
||||
|
||||
#side_header_description {
|
||||
margin: 1% 0% 1% 0%;
|
||||
}
|
||||
}
|
||||
|
||||
#walletCommandsHeader {
|
||||
|
|
|
@ -2,9 +2,12 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
|
||||
|
||||
<title>Dash Governance Tools</title>
|
||||
|
||||
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
|
||||
|
||||
<script src="bitcore-lib-dash.js"></script>
|
||||
|
||||
<script src="vendor/jquery/jquery-3.1.1.min.js"></script>
|
||||
|
@ -162,7 +165,7 @@
|
|||
<!-- -->
|
||||
<!-- The following form group is a placeholder for proposal end time. Please change to the correct id. -->
|
||||
<div class="form-group">
|
||||
<label for="start_epoch">End Date:</label>
|
||||
<label for="start_epoch">Number of Payments:</label>
|
||||
<select name="start_epoch" class="form-control" id="end_epoch"></select>
|
||||
</div>
|
||||
<!-- -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue