view .hgignore @ 6431:d94e87f92a47

style: fix the CSS selector referring to the notification box The notification box is shown by a CSS rule with this selector: .dropdown.open .dropdown-menu However, since 8bd7a63, the selector :nav.navbar #quick li #quick_login" no longer refers to the same element. To make the notification box work correctly, refer to it using its class name, .dropdown-menu.
author Andrew Shadura <andrew@shadura.me>
date Wed, 11 Jan 2017 18:10:19 +0100
parents 9358211ee144
children 42718729687e
line wrap: on
line source

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

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