[xiph-commits] r18336 - websites/xiph.org/downloads

giles at svn.xiph.org giles at svn.xiph.org
Wed May 30 14:28:36 PDT 2012


Author: giles
Date: 2012-05-30 14:28:36 -0700 (Wed, 30 May 2012)
New Revision: 18336

Modified:
   websites/xiph.org/downloads/index.shtml.en
Log:
Revert monospace font change on download listings.

SVN r18267 also set a font-family:monospace on
the download list <td> elements. This is better
done with css, but the font choice also fails
to harmonize with the rest of the site design.

It makes some sense for the checksums to be
in a monospaced font for easier visual comparision,
but not the whole line.


Modified: websites/xiph.org/downloads/index.shtml.en
===================================================================
--- websites/xiph.org/downloads/index.shtml.en	2012-05-30 21:22:46 UTC (rev 18335)
+++ websites/xiph.org/downloads/index.shtml.en	2012-05-30 21:28:36 UTC (rev 18336)
@@ -40,7 +40,7 @@
 <th>md5</th>
 </tr>
 
-<tr style="font-family:monospace;">
+<tr>
 <td>libogg</td>
 <td>1.3.0</td>
 <td>
@@ -60,7 +60,7 @@
 </td>
 </tr>
 
-<tr style="font-family:monospace;">
+<tr>
 <td>libvorbis</td>
 <td>1.3.3</td>
 <td>
@@ -80,7 +80,7 @@
 </td>
 </tr>
 
-<tr style="font-family:monospace;">
+<tr>
 <td>vorbis-tools</td>
 <td>1.4.0</td>
 <td>
@@ -101,7 +101,7 @@
 </td>
 </tr>
 
-<tr style="font-family:monospace;">
+<tr>
 <td>libtheora</td>
 <td>1.1.1</td>
 <td>
@@ -118,7 +118,7 @@
 </td>
 </tr>
 
-<tr style="font-family:monospace;">
+<tr>
 <td>libspeex</td>
 <td>1.2rc1</td>
 <td><a href="http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz">speex-1.2rc1</a></td>
@@ -126,7 +126,7 @@
 <td>c4438b22c08e5811ff10e2b06ee9b9ae</td>
 </tr>
 
-<tr style="font-family:monospace;">
+<tr>
 <td>libflac</td>
 <td>1.2.1</td>
 <td><a href="http://downloads.xiph.org/releases/flac/flac-1.2.1.tar.gz">flac-1.2.1.tar.gz</a></td>
@@ -134,7 +134,7 @@
 <td>153c8b15a54da428d1f0fadc756c22c7</td>
 </tr>
 
-<tr style="font-family:monospace;">
+<tr>
 <td>libao</td>
 <td>1.1.0</td>
 <td><a href="http://downloads.xiph.org/releases/ao/libao-1.1.0.tar.gz">libao-1.1.0.tar.gz</a><br />
@@ -146,7 +146,7 @@
     02f7e79eefb715a819bc7c8659478b7c</td>
 </tr>
 
-<tr style="font-family:monospace;">
+<tr>
 <td>libxspf</td>
 <td>1.2.0</td>
 <td>
@@ -169,7 +169,7 @@
 </td>
 </tr>
 
-<tr style="font-family:monospace;">
+<tr>
 <td>vorbis-java</td>
 <td>1.0.0-beta</td>
 <td>
@@ -186,7 +186,7 @@
 </td>
 </tr>
 
-<tr style="font-family:monospace;">
+<tr>
 <td>liboggz</td>
 <td>1.0.2, 1.1.1</td>
 <td>
@@ -203,7 +203,7 @@
 </td>
 </tr>
 
-<tr style="font-family:monospace;">
+<tr>
 <td>libfishsound</td>
 <td>1.0.0</td>
 <td>



More information about the commits mailing list