[commit: ghc] master: Prevent line wrapping after the dash of an option. (57cc003)

git at git.haskell.org git at git.haskell.org
Fri Jun 6 14:09:43 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/57cc00329807ea3ccca7b5c2997564281d733250/ghc

>---------------------------------------------------------------

commit 57cc00329807ea3ccca7b5c2997564281d733250
Author: Sjoerd Visscher <sjoerd at w3future.com>
Date:   Fri Jun 6 13:51:40 2014 +0200

    Prevent line wrapping after the dash of an option.


>---------------------------------------------------------------

57cc00329807ea3ccca7b5c2997564281d733250
 mk/fptools.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mk/fptools.css b/mk/fptools.css
index 97f276c..7a2b39b 100644
--- a/mk/fptools.css
+++ b/mk/fptools.css
@@ -23,6 +23,8 @@ pre {
 pre.screen         { color: #006400 }
 pre.programlisting { color: maroon }
 
+code.option { white-space: nowrap }
+
 div.example {
   margin: 1ex 0em;
   border: solid #412e25 1px;



More information about the ghc-commits mailing list