/* Local additions on top of stock cgit.css. Not part of the cgit package. */

/* READMEs are shown as <pre> via txt2html; wrap long lines instead of
   forcing horizontal scroll. */
#summary pre {
	white-space: pre-wrap;
	overflow-wrap: break-word;
}
