git_stats
git_stats copied to clipboard
centralize body padding-top style
currently body padding-top inline CSS is set to 60px - should be 100px for larger repository names.
can also be done later after report creation with
find . -name "*.html" -print | xargs sed -i 's/padding-top: 60px/padding-top: 100px/g'