-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Normal p, small, ... in jumbotron #11588
Comments
I think this is too specific. The jumbotron is there to really stand out and "shout" at the user. |
@ftbastler Agree. |
@ftbastler @zdroid Okay. Of course you are right, but my idea was just to provide a way you didn't have to apply extra styles. |
Right class for normal text is 2013/11/24 Isaiah van Hunen [email protected]
Zlatan Vasović - ZDroid |
(Note: due to IE8 compatibility concerns, it'd be best to avoid using the |
Yea Julian, that's reason for my 2013/11/24 Julian Thilo [email protected]
Zlatan Vasović - ZDroid |
Yup, just to have this written out in the thread. :) |
@IsaiahvH I did write 'it'd be best' - we already have this selector in our code elsewhere but we try do avoid it (and other incompatible features) where possible. |
Okay, I understand that :) |
…botron and remove the supersized line-height from the base class
…botron and remove the supersized line-height from the base class
Hello,
Wouldn't it be an idea to add a
.no-jumbo
class to (text) elements in a jumbotron who shouldn't be 'jumbood' (made big, appear as if they have the.lead
class)?Now every
<p>
,<small>
and other text elements are always 'jumbood' in a jumbotron.This isn't bad, but in some cases you would just like to add a
<small>
on the bottom of the jumbotron, with a nicetext-muted
class.Now you can't, because it's still way too big and it has a lead style, which shouldn't be applied to a
<small>
, right?Normally you'd just place it outside the jumbotron, but in my example you'd want the same grey background color, the same padding; just a jumbotron style without the text itself being 'jumbood'.
Couldn't you use a
:not(.no-jumbo)
? It would be clean and, as I see it, a nice little option.The text was updated successfully, but these errors were encountered: