CSS for the fundraising percentage text.

This commit is contained in:
Bradley M. Kuhn 2015-03-08 21:38:38 -07:00
parent c438b40621
commit 157c438899

View file

@ -350,6 +350,13 @@ img.inside-faq {
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. */
dl {