commit | 8dced029cb8f43ddc69eb8d103be43b80f9096a3 | [log] [tgz] |
---|---|---|
author | John Keeping <john@keeping.me.uk> | Mon Jun 18 14:23:45 2018 +0800 |
committer | Andy Green <andy@warmcat.com> | Fri Jun 29 07:53:21 2018 +0800 |
tree | 711e3e65abcec5fd57b2ecc3849b42cf2f394dbb | |
parent | 35a0829577dec45c8239535ebf27d3ffa69affae [diff] [blame] |
ui-tree: use render filters to display content This allows applying filters to files in the repository, for example to render Markdown or AsciiDoc as HTML. Signed-off-by: John Keeping <john@keeping.me.uk>
diff --git a/cgit.css b/cgit.css index 30c480a..1f581ec 100644 --- a/cgit.css +++ b/cgit.css
@@ -282,6 +282,11 @@ border: solid 1px black; } +div#cgit iframe { + width: 100%; + height: 40em; +} + div#cgit div.error { color: red; font-weight: bold;