Files @ b27f5a64430f
Branch filter:

Location: kallithea/tox.ini

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.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    py26-pytest: unittest2
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}