diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-02-05 05:07:21 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-02-05 05:07:21 +0100 |
commit | a42e44aafb9302c5ee3be588aa2c98078dd8e82a (patch) | |
tree | e09c16e325114f4d60e6c8bed99d7c4452b70bc0 /hyperkitty/static/libs | |
parent | 6a5ffc2be512e507fac65ac9b4c5fa87b68a6c69 (diff) | |
download | hyperkitty-a42e44aafb9302c5ee3be588aa2c98078dd8e82a.tar.gz hyperkitty-a42e44aafb9302c5ee3be588aa2c98078dd8e82a.tar.xz hyperkitty-a42e44aafb9302c5ee3be588aa2c98078dd8e82a.zip |
Fix typo in 0e944bed
Diffstat (limited to 'hyperkitty/static/libs')
-rw-r--r-- | hyperkitty/static/libs/bootstrap/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/static/libs/bootstrap/bootstrap.css b/hyperkitty/static/libs/bootstrap/bootstrap.css index 4da7f6d..8ab3cef 100644 --- a/hyperkitty/static/libs/bootstrap/bootstrap.css +++ b/hyperkitty/static/libs/bootstrap/bootstrap.css @@ -2249,7 +2249,7 @@ table th[class*="span"], width: 14px; height: 14px; margin-top: 1px; - margin-right: .3em; + *margin-right: .3em; line-height: 14px; vertical-align: text-top; background-image: url("../img/glyphicons-halflings.png"); |