Added the development fund page

This commit is contained in:
Sander Ferdinand 2018-10-25 22:46:28 +02:00
parent 25caa397fd
commit e94176215c
No known key found for this signature in database
GPG key ID: 7BBC83D7A8810AAB
5 changed files with 163 additions and 10 deletions

View file

@ -616,4 +616,45 @@ ul.b {
.table-proposal tr {
background: #00000005;
}
.tx_item {
padding-top: 4px;
padding-bottom: 4px;
background: #ffffff80;
}
.tx_item .amount {
float:right;
font-weight:bold;
color:#890000;
}
.tx_item .amount.in {
color:#008926;
}
.tx_item .datetime {
font-size: 14px;
color: #999;
}
.tx_item .height {
float:right
}
.tx_item .height b {
font-size:14px;
}
.page_devfund .tx_item {
padding-left: .85rem;
padding-right: .85rem;
}
.container>.content h1,
.container>.content h2,
.container>.content h3,
.container>.content h4{
margin-bottom:20px;
}