Commit 757f86fc authored by Chris Oelmueller's avatar Chris Oelmueller

Whitespace fixes

parent caf13715
......@@ -144,7 +144,7 @@ setupgroups
Configures default groups and (if called with ``--move``) assigns all users
to default group.
The option ``--no-update`` disables update of existing groups (only adds
The option ``--no-update`` disables update of existing groups (only adds
new ones).
.. seealso:: :ref:`privileges`
......
......@@ -26,7 +26,7 @@ def main():
# prepare for checking
languages = set(languages)
# we always want english language
languages.add('en')
languages.add('en')
# load settings
extra = set()
settings = imp.load_source('settings', './weblate/settings_example.py')
......
......@@ -140,7 +140,7 @@ nav li {
margin: 0.5em;
}
.progress .fuzzy {
background: #cc0000;
background: #cc0000;
}
.progress .checks {
background: url("./progress-diagonals.png") repeat scroll 50% 50% #004276;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment