about summary refs log tree commit diff
path: root/public/css/style.css
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-05-06 17:44:18 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-05-06 17:44:18 -0700
commitfb7d7261d7edec4d3b7c00afef9362a40de3fbde (patch)
tree1d9643003c52861dcc8914daee151779f94b9180 /public/css/style.css
parentAttempt to fix the commit description not being at least 80 chars wide (diff)
downloadjitterbug-fb7d7261d7edec4d3b7c00afef9362a40de3fbde.tar.gz
Try again to unuglify the commit description
Diffstat (limited to '')
-rw-r--r--public/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 6e4558d..75ee154 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -223,7 +223,7 @@ width:23em;padding:.8em 0 .8em 1.2em;border-left:1px solid #bedce7;color:#808080
 .message {
 font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;   
 }
-.message pre{white-space:pre-wrap;word-wrap:break-word;width:40em;}
+.message pre{white-space:pre-wrap;word-wrap:break-word;width:100%;}
 
 .commit .builds span {font-size:110%;font-weight: bolder;}
 .commit .builds span.PASS{color:green}