Skip to content

Commit

Permalink
Merge pull request #599 from geraldcombs/master
Browse files Browse the repository at this point in the history
Make preformatted text wrap by default
  • Loading branch information
tomprince committed Jan 4, 2013
2 parents 315c66b + 006286c commit a7c6297
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions master/buildbot/status/web/files/default.css
Expand Up @@ -560,6 +560,10 @@ span.header {
display: none;
}

pre {
white-space: pre-wrap;
}

/* change comments (use regular colors here) */
pre.comments>a:link,pre.comments>a:visited {
color: blue;
Expand Down
2 changes: 2 additions & 0 deletions master/docs/relnotes/index.rst
Expand Up @@ -21,6 +21,8 @@ Features

* :bb:step:`CopyDirectory` has been added.

* default.css now wraps preformatted text by default.

Deprecations, Removals, and Non-Compatible Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit a7c6297

Please sign in to comment.