diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.css | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/index.css b/templates/index.css index 25f0ddb..9648138 100644 --- a/templates/index.css +++ b/templates/index.css @@ -188,3 +188,7 @@ main article table tr th {      padding: 2px 8px;  } +main article.poem p.stanza { +    white-space: pre-wrap; +    margin: 0; +}  |