Take a look at my jsFiddle (make sure to expand the Result pane to see it fully).
Observe how the green Sign up button is positioned:
- Stuck to the top of the navbar; and
- Doesn't quite resemble a typical "success" button (example here)
I'm unsure if this discrepancy is due to using a CDN (potentially outdated) or missing CSS rules in the provided code snippet:
<ul class="nav navbar-nav navbar-right">
<li class="active"><button type="button" class="button btn-success">Sign up</button></li>
<li class="active"><button type="button" class="button btn-link">Sign in</button></li>
</ul>
Any insights into where the issue lies?