Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

navbar-left flip #44

Closed
matanshukry opened this issue Dec 26, 2014 · 2 comments
Closed

navbar-left flip #44

matanshukry opened this issue Dec 26, 2014 · 2 comments
Labels
Milestone

Comments

@matanshukry
Copy link

I noticed .flip exists only for .navbar-left (and not .navbar-right)
I was wondering if there is a reason for that?

As a workaround, I am currently using a simple css copied from distribution directory,and added the following:

.navbar-nav.navbar-left.flip {
  float: right !important;
}

and it seems to work fine.

p.s.
I can create a pull request if needed

@morteza morteza added the bug label Dec 27, 2014
@morteza morteza added this to the v3.3.1 milestone Dec 27, 2014
@morteza
Copy link
Owner

morteza commented Dec 27, 2014

It was a bug and not intended for sure. Thank you. It's fixed now.

@matanshukry
Copy link
Author

I noticed, thanks! :)
great project by the way, haven't used it for too much time but still works
great so far.

p.s.
not sure if this was automated, but either way thanks.

Yours,
Matan Shukry

On Sat, Dec 27, 2014 at 11:09 AM, Morteza Ansarinia <
[email protected]> wrote:

It was a bug and not intended for sure. Thank you. It's fixed now.


Reply to this email directly or view it on GitHub
#44 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants