# HG changeset patch # User Steve Losh # Date 1717083898 14400 # Node ID f4e330107f451f36a9d978bad408a62e69ce4094 # Parent ee5d48ad20e519fcfaedf7a4ad0484be4a20e251# Parent 3c8f91521d5c468323f94c387ea93bf93fe88448 Merge diff -r ee5d48ad20e5 -r f4e330107f45 templates/static/style-sjl.css --- a/templates/static/style-sjl.css Thu May 30 11:42:48 2024 -0400 +++ b/templates/static/style-sjl.css Thu May 30 11:44:58 2024 -0400 @@ -185,6 +185,7 @@ background-color: #fffcfe; margin-left: 24px; padding: 10px 10px; + overflow-x: auto; } .readme-content pre code { border: none; @@ -202,6 +203,10 @@ .readme-content h5 { font-size: 14px; line-height: 1.4; } .readme-content h6 { font-size: 14px; line-height: 1.4; } +.readme-content p img { + max-width: 840px; +} + /* Commit */ pre.commit-full-description { border: 1px solid #ccc;