-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
No styles for 'a'? #1554
Comments
If you look at the CSS under /docs/assets/bootstrap.css, the styles for 'a' tags are on lines 105 - 112. I can't imagine why the minified version wouldn't have this.
|
Here is bootstrap.min.css from their site: /*!
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;} |
This is being discussed in issue #1479 - scaffolding.less is not being included in the custom Bootstrap download. |
@dwightwatson - Thank you. I will close this issue. |
I just downloaded the default build of 2.0, and in bootstrap.min.css, there is no style defined for 'a', so all links are underlined by default?
Have a look here: http://striano.net/bootstrap.png
This is the markup I am using (ASP.NET MVC 3 Razor View):
Have a look here: http://striano.net/bootstrap_markup.txt
Am I missing something here?
The text was updated successfully, but these errors were encountered: