diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c6739d5 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# cgit extras + +This repo contains minor changes to the default `cgit` install: + +- Supports mobile devices +- Fixes odd iOS font rendering bugs + +## Instructions + +1. Replace existing `cgit.css` (keep old copy) +2. Place `cgit-head.html` under `/home/protected/cgit-head.html` +3. Add `head-include=/home/protected/cgit-head.html` to the main `cgitrc` file + +## Credits + +This was originally taken from [github.com/MatejaMaric/responsive-cgit-css](https://github.com/MatejaMaric/responsive-cgit-css).
\ No newline at end of file |
