[Gmp-commit] /var/hg/www: Fix typo, adapt colour scheme.

mercurial at gmplib.org mercurial at gmplib.org
Wed Nov 30 18:35:22 UTC 2016


details:   /var/hg/www/rev/477fc2c8889c
changeset: 256:477fc2c8889c
user:      Torbjorn Granlund <tg at gmplib.org>
date:      Wed Nov 30 19:35:14 2016 +0100
description:
Fix typo, adapt colour scheme.

diffstat:

 gmp6.1.html |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r e826293c824b -r 477fc2c8889c gmp6.1.html
--- a/gmp6.1.html	Tue Nov 29 23:32:45 2016 +0100
+++ b/gmp6.1.html	Wed Nov 30 19:35:14 2016 +0100
@@ -12,13 +12,13 @@
 <body>
 
 <div id="top">
-<table width="100%" bgcolor="#e8e8e8">
+<table width="100%" bgcolor="#808080">
   <tr>
     <td align="left">
       <svg width="180px" height="60px" version="1.1"
 	   viewBox="0 0 1500 500"
 	   xmlns="http://www.w3.org/2000/svg">
-	<rect x="0" y="0" width="1500" height="540" fill="#e8e8e8" />
+	<rect x="0" y="0" width="1500" height="540" fill="#808080" />
 	<text x="0" y="440" fill="#c00000"  font-size="540" font-family="arial" font-weight="bold">
 	  GMP
 	</text>
@@ -94,7 +94,7 @@
 </p>
 <p>SPEEDUPS
   <ul>
-    <li> Speedup for Intel Broadwell and Skylake though assembly code making use of
+    <li> Speedup for Intel Broadwell and Skylake through assembly code making use of
     new ADX instructions.
     </li>
     <li> Square root is now faster when the remainder is not needed. Also the speed
@@ -163,7 +163,7 @@
 </div>
 
 <div id="footer">
-<table cellpadding=0 width="100%" bgcolor="#e8e8e8">
+<table cellpadding=0 width="100%" bgcolor="#808080">
   <tr>
     <td align="center">
       <font size="-3">


More information about the gmp-commit mailing list