Skip to content

.navbar-right outdent should apply to first child#12947

Closed
fleaflicker wants to merge 1 commit intotwbs:masterfrom
fleaflicker:patch-2
Closed

.navbar-right outdent should apply to first child#12947
fleaflicker wants to merge 1 commit intotwbs:masterfrom
fleaflicker:patch-2

Conversation

@fleaflicker
Copy link

Right-floated elements appear in reverse order from their order in the markup.

If you have more than one .navbar-right element, the "outdent" is applied to the wrong one.

Right-floated elements appear in reverse order from their order in the markup.

If you have more than one .navbar-right element, the "outdent" is applied to the wrong one.
@fleaflicker
Copy link
Author

The fix proposed in this pull request is actually wrong too, the outdent needs to apply to the first .navbar-right element only, not the :first-child (i.e., the first child of this class).

@cvrebert cvrebert added the css label Mar 6, 2014
@mdo
Copy link
Member

mdo commented Mar 6, 2014

You'll need to include some extensive examples demonstrating any problem with navbar subcomponents. They're pretty on point right now overall as far as I know. Since you mention this fix is wrong, too, I'm going to close things out. Let's punt discussion to a new issue if you can put that together <3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants