# HG changeset patch
# User Maciej Fijalkowski <fijall@gmail.com>
# Date 1312120088 -7200
#      Sun Jul 31 15:48:08 2011 +0200
# Branch extradoc
# Node ID 97c8e5524ff01e8e8d91ae86034dc06d911a1e96
# Parent  0d58afa3a8a98a46f9698a07323af2c759ac637f
style

diff --git a/css/site.css b/css/site.css
--- a/css/site.css
+++ b/css/site.css
@@ -1360,3 +1360,13 @@
     margin-left: 20px;
     margin-right: 20px;
 }
+
+#progressbar {
+    margin: 20px;
+}
+
+.progresstext {
+    position: absolute;
+    text-align: center;
+    left: 400px;
+}
\ No newline at end of file
diff --git a/source/sponsor.txt b/source/sponsor.txt
--- a/source/sponsor.txt
+++ b/source/sponsor.txt
@@ -15,9 +15,12 @@
 .. raw:: html
 
    <div id="progressbar">
+     <div class="progresstext">
+     1234 of 20000 (5%)
+     </div>
    </div>
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
-   Sponsor by:
+   Sponsor numpy implementation in PyPy by the following amount:<br/>
    <input type="text" name="amount"></input>
    <select name="currency_code">
      <option value="USD" selected="1">USD</option>
diff --git a/sponsor.html b/sponsor.html
--- a/sponsor.html
+++ b/sponsor.html
@@ -56,9 +56,12 @@
 <p>Our goal is to raise 20000 euros by 1st of October 2011. That should allow us
 to finish implementing NumPy by the end of 2011.</p>
 <div id="progressbar">
+  <div class="progresstext">
+  1234 of 20000 (5%)
+  </div>
 </div>
 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
-Sponsor by:
+Sponsor numpy implementation in PyPy by the following amount:<br/>
 <input type="text" name="amount"></input>
 <select name="currency_code">
   <option value="USD" selected="1">USD</option>