]> git.armaanb.net Git - stagit.git/blobdiff - resources/style.css
Make all pre tags pre-wrapped
[stagit.git] / resources / style.css
index af0d598f286445f0b4e52ccc651c26d0a9d698da..fa8e61ca47fcfc0ca9ba91463cdef5c2d0c4d1ee 100644 (file)
@@ -209,3 +209,7 @@ pre a.d:hover {
 .url td:nth-child(2) span a {
        color: #ebdbb2;
 }
+
+pre {
+       white-space: pre-wrap;
+}