svn commit: r48608 - head/en_US.ISO8859-1/htdocs/news/status

Warren Block wblock at FreeBSD.org
Wed Apr 13 14:04:53 UTC 2016


Author: wblock
Date: Wed Apr 13 14:04:51 2016
New Revision: 48608
URL: https://svnweb.freebsd.org/changeset/doc/48608

Log:
  Add style="white-space: nowrap;" to the URL table so it is still
  readable even with long URLs.

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report.xsl

Modified: head/en_US.ISO8859-1/htdocs/news/status/report.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report.xsl	Wed Apr 13 13:15:55 2016	(r48607)
+++ head/en_US.ISO8859-1/htdocs/news/status/report.xsl	Wed Apr 13 14:04:51 2016	(r48608)
@@ -157,7 +157,7 @@
        <url> element, adding a row to hold the description and URL.
        Both work as links. -->
   <xsl:template match="links">
-    <table title="Links">
+    <table title="Links" style="white-space: nowrap;">
       <tr>
 	<td>Links</td>
       </tr>


More information about the svn-doc-all mailing list