mirror of
https://github.com/seigler/govobject-proposal
synced 2025-07-27 14:56: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 {
|
body {
|
||||||
background-image: url("../images/background.png");
|
background-image: url("../images/background.png");
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
@ -92,6 +93,10 @@ i.fa {
|
||||||
.header_description {
|
.header_description {
|
||||||
margin: 1% 0% 1% 0%;
|
margin: 1% 0% 1% 0%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#side_header_description {
|
||||||
|
margin: 1% 0% 1% 0%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#walletCommandsHeader {
|
#walletCommandsHeader {
|
||||||
|
|
|
@ -2,9 +2,12 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
|
|
||||||
<title>Dash Governance Tools</title>
|
<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="bitcore-lib-dash.js"></script>
|
||||||
|
|
||||||
<script src="vendor/jquery/jquery-3.1.1.min.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. -->
|
<!-- The following form group is a placeholder for proposal end time. Please change to the correct id. -->
|
||||||
<div class="form-group">
|
<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>
|
<select name="start_epoch" class="form-control" id="end_epoch"></select>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue