You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2019/09/27 10:22:42 UTC

svn commit: r1867625 - in /subversion: site/publish/style/site.css trunk/tools/dist/templates/download.ezt

Author: julianfoad
Date: Fri Sep 27 10:22:41 2019
New Revision: 1867625

URL: http://svn.apache.org/viewvc?rev=1867625&view=rev
Log:
Downloads page: remove vestiges of obsolete in-line rendering of checksums.

Modified:
    subversion/site/publish/style/site.css
    subversion/trunk/tools/dist/templates/download.ezt

Modified: subversion/site/publish/style/site.css
URL: http://svn.apache.org/viewvc/subversion/site/publish/style/site.css?rev=1867625&r1=1867624&r2=1867625&view=diff
==============================================================================
--- subversion/site/publish/style/site.css (original)
+++ subversion/site/publish/style/site.css Fri Sep 27 10:22:41 2019
@@ -275,9 +275,6 @@ table.task-table .deferred .task-name {
   font-size: 50%;
   vertical-align: super;
 }
-.checksum {
-  font-family: monospace;
-}
 
 /*
  * Hide class="sectionlink", except when an enclosing heading

Modified: subversion/trunk/tools/dist/templates/download.ezt
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/templates/download.ezt?rev=1867625&r1=1867624&r2=1867625&view=diff
==============================================================================
--- subversion/trunk/tools/dist/templates/download.ezt (original)
+++ subversion/trunk/tools/dist/templates/download.ezt Fri Sep 27 10:22:41 2019
@@ -7,8 +7,6 @@
 </tr>
 [for fileinfo]<tr>
   <td><a href="[[]preferred]subversion/[fileinfo.filename]">[fileinfo.filename]</a></td>
-  <!-- The sha512 line does not have a class="checksum" since the link needn't
-       be rendered in monospace. -->
   <td>[<a href="https://www.apache.org/dist/subversion/[fileinfo.filename].sha512">SHA-512</a>]</td>
   <td>[<a href="https://www.apache.org/dist/subversion/[fileinfo.filename].asc">PGP</a>]</td>
 </tr>[end]