X-Git-Url: http://git.subgeniuskitty.com/gitweb-sgk/.git/blobdiff_plain/3d4c5e32db61adc0761069aa63c37d0e4ee7648a..c4377d371c3d8cd7dcb5e5e49c8012b8847d8fdb:/static/gitweb.css diff --git a/static/gitweb.css b/static/gitweb.css index 5b5451b..d001682 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -398,12 +398,19 @@ th .header { .readme tt, .readme code, .readme kbd, .readme samp { font-family: monospace; background-color: #eaeaea; + white-space: pre-wrap; + word-break: keep-all; } .readme blockquote { margin: 1em; } +.readme img { + max-width: 100%; + max-height: auto; +} + .projects_list, .tags { width: 95%;