svn commit: r48608 - head/en_US.ISO8859-1/htdocs/news/status
Warren Block <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"