Files @ b27f5a64430f
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
templates: use a Bootstrap container for the whole #content

We don't really use grids yet, but if we do, they require a container.

We want to use the whole width, so we use container-fluid and accept the
default margins of 15px / 20 px.

style.css modified by Mads Kiilerich.
#!/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