change the fontsize for the headline banner to 2.5x from 3.5x
Andrew Lewman

Andrew Lewman commited on 2010-10-09 23:57:46
Zeige 2 geänderte Dateien mit 3 Einfügungen und 3 Löschungen.

... ...
@@ -125,7 +125,7 @@ ul { list-style: outside square; }
125 125
 
126 126
 h1.headline {
127 127
 	color: #fff;
128
-	font-size: 3.5em;
128
+	font-size: 2.5em;
129 129
 	line-height: 28px;
130 130
 	font-weight: normal;
131 131
 	text-shadow: 1px 1px 2px #23300e;
... ...
@@ -77,7 +77,7 @@
77 77
 	  <h4>Make a one-time donation</h4>
78 78
 	    <form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
79 79
 	      <table>
80
-		<tr>
80
+		<tr colspan="2">
81 81
 		    <td>Choose your currency:</td>
82 82
 		      <td>
83 83
 			<select name="currency_code">
... ...
@@ -88,7 +88,7 @@
88 88
 			</select>
89 89
 		      </td>
90 90
 	      </tr>
91
-	      <tr>
91
+	      <tr colspan="2">
92 92
 		<input type="hidden" name="no_shipping" value="1" />
93 93
 		<input type="image" src="$(IMGROOT)/btn_donateCC_LG.gif" name="submit" alt="Make a single donation with PayPal - it's fast, free and secure!"/>
94 94
 		<input type="hidden" name="cmd" value="_xclick" />
95 95