Fixes to css to accommodate for displaying repo name in navbar
from fabric.api import env# the user to use for the remote commandsenv.user = 'user'# the servers where the commands are executedenv.hosts = ['server']env.srv_venv_path = 'virtualenv folder path on host'