fundraising percentage goes with progressbar.
This commit is contained in:
parent
54118f965d
commit
ad787ca5a9
1 changed files with 9 additions and 8 deletions
|
@ -125,6 +125,15 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
|
||||||
background: rgb(206, 31, 31);
|
background: rgb(206, 31, 31);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#fundraiser-percentage {
|
||||||
|
float: right;
|
||||||
|
align: center;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin-right: 40%;
|
||||||
|
font-style: bold;
|
||||||
|
color: green;
|
||||||
|
}
|
||||||
|
|
||||||
.content-with-donate-sidebar {
|
.content-with-donate-sidebar {
|
||||||
align: left;
|
align: left;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
@ -350,14 +359,6 @@ img.inside-faq {
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
#fundraiser-percentage {
|
|
||||||
float: right;
|
|
||||||
align: center;
|
|
||||||
vertical-align: middle;
|
|
||||||
margin-right: 40%;
|
|
||||||
font-style: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Make dl's ( such as for FAQ entries) look nice on screens, both big and small. */
|
/* Make dl's ( such as for FAQ entries) look nice on screens, both big and small. */
|
||||||
|
|
||||||
dl {
|
dl {
|
||||||
|
|
Loading…
Reference in a new issue