Thread
:
Q: Tools - Combining classes in 5.4.1
View Single Post
10-30-2020, 03:37 PM
#
1
phossler
Wizard
Posts: 1,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
Q: Tools - Combining classes in 5.4.1
I can see from the blue color coding and my style sheet why .noindent was combined with h1 + p, etc. but the color coding implies that .indent was combined also
I checked and .indent was defined in the CSS but never used
Shouldn't that be coded red?
Spoiler
:
.noindent {
text-indent: 0;
}
.indent {
text-indent: 2em;
}
/* for the first <p> after the h1, h2, h3 */
h1 + p, h2 + p, h3 + p, blockquote + p {
text-indent: 0;
}
/* -------------------------------------------------------------------------------------------------------*/
Attached Thumbnails
Last edited by phossler; 10-30-2020 at
03:41 PM
.
phossler
View Public Profile
Find More Posts by phossler
Track Posts by phossler via RSS