diff options
-rw-r--r-- | misc/drupal.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 38cb8b1a8..73ef4e412 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -76,4 +76,4 @@ th { text-align: left; padding-right: 1em; border-bottom: tr.dark { background-color: #ddd; } tr.light { background-color: #eee; } - +pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; white-space: -pre-wrap;} |