Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2016 14:04:52 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r48608 - head/en_US.ISO8859-1/htdocs/news/status
Message-ID:  <201604131404.u3DE4qSA064159@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604131404.u3DE4qSA064159>