From b9b4695f97d7963ad96901f3bf7b3fbc8492f570 2014-12-03 14:58:07 From: Bradley M. Kuhn Date: 2014-12-03 14:58:07 Subject: [PATCH] Match width and alignment to donate-content class. --- diff --git a/www/conservancy/static/forms.css b/www/conservancy/static/forms.css index cf740a321608a5bf21d01559d8349d282e06ba04..4cca83650b48f85e8cba7c1bc9e9518dc3d7345e 100644 --- a/www/conservancy/static/forms.css +++ b/www/conservancy/static/forms.css @@ -35,14 +35,18 @@ input.valid, textarea.valid { border: 2px solid green; } -div.supporter-type-selector { +.supporter-type-selector { font-size: 125%; text-align: center; + width: 80%; + align: left; } .supporter-type-selection { clear: both; padding-bottom: 60px; + width: 80%; + align: left; } img.appeal {