You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, in bootstrap, I see that links in .navbar have float:none.
The current design puts the navbar in the content, of which the width can be reduced
to a very small page. In that case, since the links in the navbar have float:none, they
appear under each other in an incorrect order (hiding the brand).
I was able to fix an ad-hoc solution by resetting the float:left for the navbar links.
But probably, there is a better solution ... My diff is:
To reproduce: start the app and make the width of the browser very narrow.
See screen shot: http://twitpic.com/9guudn
By default, in bootstrap, I see that links in .navbar have float:none.
The current design puts the navbar in the content, of which the width can be reduced
to a very small page. In that case, since the links in the navbar have float:none, they
appear under each other in an incorrect order (hiding the brand).
I was able to fix an ad-hoc solution by resetting the float:left for the navbar links.
But probably, there is a better solution ... My diff is:
The text was updated successfully, but these errors were encountered: