Skip to content

Move ul.breadcrumb margin to bootstrap-tweaks.css #2809

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

Merged
merged 3 commits into from
Apr 26, 2015

Conversation

aparsons
Copy link
Contributor

@aparsons aparsons commented Apr 9, 2015

When importing other bootstrap themes from sites like bootswatch, the
margin in default.css persists and adds a 70px margin below the header.
This change will remove that margin when users choose to use a different
bootstrap theme.

When importing other bootstrap themes from sites like bootswatch, the
margin in default.css persists and adds a 70px margin below the header.
This change will remove that margin when users choose to use a different
bootstrap theme.
@aparsons aparsons changed the title Moved ul.breadcrumb margin to bootstrap-tweaks.css Move ul.breadcrumb margin to bootstrap-tweaks.css Apr 9, 2015
ul.breadcrumb {
margin: 70px 0 0 0;
}

.breadcrumb li.active a {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this also be moved? It's associated with the other style.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure what you mean. I'm guessing your pointing out that default.css and bootstrap-tweaks.css share a similar purpose and could be merged into a single file.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was referring to the .breadcrumb li.active a block, which is directly associated with the ul.breadcrumb block that was moved.

I should have made that more clear as GitHub doesn't really point out where comments are attached to.

@tomchristie
Copy link
Member

Looks like this is just waiting for update based on @kevin-brown's comment.

Moved to color associated with the breadcrumb to the tweaks style sheet.
@aparsons
Copy link
Contributor Author

I moved the breadcrumb color over to the tweaks file as well.

@jpadilla
Copy link
Member

LGTM

jpadilla added a commit that referenced this pull request Apr 26, 2015
Move ul.breadcrumb margin to bootstrap-tweaks.css
@jpadilla jpadilla merged commit 9809f4d into encode:master Apr 26, 2015
@jpadilla jpadilla modified the milestone: 3.1.2 Release Apr 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants