CSS for the fundraising percentage text.
This commit is contained in:
parent
c438b40621
commit
157c438899
1 changed files with 7 additions and 0 deletions
|
@ -350,6 +350,13 @@ img.inside-faq {
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#fundraiser-percentage {
|
||||||
|
float: right;
|
||||||
|
align: center;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin-right: 40%;
|
||||||
|
}
|
||||||
|
|
||||||
/* 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