Files @ 65069004c2a2
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
less: reduce space around panels and thus make pages more dense

Based on work by Dominik Ruf, but aiming for 10px space both horizontally and
vertically.

Vertical space below panels is hardcoded to @line-height-computed in Bootstrap,
so we need extra styling to override that.
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh