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

[2.0-wip] Positioning of .brand in a navbar with .container-fluid off by 10px #1476

Closed
jamiequint opened this issue Feb 1, 2012 · 1 comment

Comments

@jamiequint
Copy link

This is how it looked in 1.4 - http://dl.dropbox.com/u/120/Shares/1-4.png

This is how it looks in wip-2.0 (pulled about an hour ago) - http://dl.dropbox.com/u/120/Shares/2-wip.png

Computed Style (Chrome) in 1.4:
background-color: transparent;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
color: white;
cursor: auto;
display: block;
float: left;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 200;
height: 20px;
line-height: 20px;
margin-bottom: 0px;
margin-left: -20px;
margin-right: 0px;
margin-top: 0px;
overflow-y: visible;
padding-bottom: 12px;
padding-left: 20px;
padding-right: 20px;
padding-top: 8px;
text-decoration: none;
text-shadow: rgba(0, 0, 0, 0.246094) 0px -1px 0px;
width: 51px;

Computed Style (Chrome) in 2.0-wip:
background-color: transparent;
color: white;
cursor: auto;
display: block;
float: left;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 20px;
font-weight: 200;
height: 20px;
line-height: 20px;
margin-bottom: 0px;
margin-left: -20px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 12px;
padding-left: 20px;
padding-right: 20px;
padding-top: 8px;
text-decoration: none;
width: 51px;

HTML (2.0-wip)
http://dl.dropbox.com/u/120/Shares/2-wip_html.png (sorry for screenshot, can't get this to display properly in GitHub

@mdo
Copy link
Member

mdo commented Feb 11, 2012

This looks fine in the latest 2.0.1-wip for me. Closing out.

@mdo mdo closed this as completed Feb 11, 2012
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

No branches or pull requests

2 participants