f4e330107f45 default tip
Merge
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Thu, 30 May 2024 11:44:58 -0400 | 
| parents | ee5d48ad20e5 (current diff) 3c8f91521d5c (diff) | 
| children | (none) | 
| branches/tags | default tip | 
| files | 
Changes
--- 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;