view .hgignore @ 4528:731b6444984c

Improve Journal page (fix some broken CSS) The existing journal page references some CSS from bootstrap, but we are not currently using bootstrap. This change implements the missing css in our own style so that the page does not have a broken layout.
author Na'Tosha Bard <natosha@unity3d.com>
date Thu, 18 Sep 2014 12:10:45 +0200
parents 24c0d584ba86
children 03bbd33bc084
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.idea$