Github user kxepal commented on the pull request:
https://github.com/apache/couchdb/pull/225#issuecomment-42483570
Icons alignment could be fixed by removing `float: right` rule from:
```
.navbar .nav.pull-right {
float: right;
margin-right: 0;
}
```
btw. according the inspector the ` margin-right: 0` rule is been overriden
by `#primary-navbar .navbar` so if you'll remove float to fix the icons, you'll
probably have to remove this rule set completely.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---