diff options
author | Matt Perry <matt@mattperry.com> | 2013-09-10 23:56:33 -0700 |
---|---|---|
committer | Matt Perry <matt@mattperry.com> | 2013-09-10 23:56:33 -0700 |
commit | 54c95c59eb9d960d69944bfc154e20ccc2cfb914 (patch) | |
tree | e94f726bf29b6f99890d63af854553099d714160 | |
parent | 010b7000dc28ca11be8f8f679319fe846ca2723f (diff) | |
download | rpg-54c95c59eb9d960d69944bfc154e20ccc2cfb914.tar.gz rpg-54c95c59eb9d960d69944bfc154e20ccc2cfb914.tar.bz2 |
Replace tabs with spaces
Replace tabs with spaces to fixed the
Generic.WhiteSpace.DisallowTabIndent.TabsUsed sniff.
-rw-r--r-- | lib/plugins/usermanager/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/plugins/usermanager/style.css b/lib/plugins/usermanager/style.css index 2874b4f1c..d119b195a 100644 --- a/lib/plugins/usermanager/style.css +++ b/lib/plugins/usermanager/style.css @@ -22,12 +22,12 @@ border-color: #ccc!important; } #user__manager .import_users { - margin-top: 1.4em; + margin-top: 1.4em; } #user__manager .import_failures { - margin-top: 1.4em; + margin-top: 1.4em; } #user__manager .import_failures td.lineno { - text-align: center; + text-align: center; } /* IE won't understand but doesn't require it */ |