Files @ fa4e94ad3dd6
Branch filter:

Location: kallithea/tox.ini

domruf
templates: use span elements instead of left floating div

<span> have a more natural (inline) flow, i.e. they already have proper spacing
between the elements without additional styling.

On files browser page, since the form element does not flow inline, it needs to
include every element that should be in the first line.
[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}