View Single Post
Old 10-30-2020, 03:37 PM   #1
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
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
Click image for larger version

Name:	Capture.JPG
Views:	156
Size:	35.7 KB
ID:	183101  

Last edited by phossler; 10-30-2020 at 03:41 PM.
phossler is offline   Reply With Quote