diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 518ad68..b1e208f 100644 --- a/static/style.css +++ b/static/style.css @@ -120,6 +120,7 @@ a:link, a:visited { /* Readme word breaks to avoid overfull hboxes */ #readme { word-break: break-word; + line-height: 1.3; } /* Table styles */ |