# HG changeset patch # User HIROSE Yuuji # Date 1471849559 -32399 # Node ID 8a101241003519da3b5654c9cf4bf701df9801fb # Parent af84e8da10088455be434d89fd245f2775beff5d s/pre/pre-wrap/ in bloghead diff -r af84e8da1008 -r 8a1012410035 examples/common/default/default.css --- a/examples/common/default/default.css Mon Aug 22 16:02:53 2016 +0859 +++ b/examples/common/default/default.css Mon Aug 22 16:05:58 2016 +0859 @@ -71,7 +71,7 @@ } table.bloghead tr:nth-child(2) { font-size: 150%; background: yellow; text-align: center; - white-space: pre; + white-space: pre-wrap; } table.bloghead {margin-bottom: 1em;}