diff options
Diffstat (limited to 'aux/workflow/style.css')
-rw-r--r-- | aux/workflow/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/aux/workflow/style.css b/aux/workflow/style.css index 56e4712..c3496b5 100644 --- a/aux/workflow/style.css +++ b/aux/workflow/style.css @@ -59,4 +59,13 @@ .CANCELLED, .DONE, .WONTFIX { color: green; } + + pre > code { + display: block; + border: 1px solid #ccc; + border-radius: 10px; + padding: 10px; + overflow: auto; + white-space: pre; + } </style> |