view .hgignore @ 7322:1d5145d52c30

changelog: tweak positioning of checkboxes for changeset selection Avoid the default vertical alignment on baseline. Instead align on text bottom - that makes it show up more nicely aligned with the text. Also override the Bootstrap top margin - it made the checkbox the largest element in rows and it was thus controlling the height for no good reason.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 07 Jun 2018 01:48:15 +0200
parents 6c3bb9a845d7
children 2917d2be0106
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/
node_modules/

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea/public/css/style\.css(\.map)?$
^theme\.less$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$
/__pycache__$