paulwetter / DocumentConfigMgrCB

This script attempts to document your entire Configuration Manager (MEMCM/SCCM) environment
https://wetterssource.com/documentconfigmgrcb
174 stars 45 forks source link

HTMLParagraph CSS #64

Closed ChadSimmons closed 4 years ago

ChadSimmons commented 4 years ago

Added CSS classes for HTML paragraphs and updated Write-HTMLParagraph to utilize the class instead of a calculated px indent value. This is a suggestion for all of the HTML functions to simplify the code a bit and move formatting to CSS as much as possible. The main reason I did this is to support "red error text" in the HTML output when some check fails.

paulwetter commented 4 years ago

Hey Chad. I like what your getting at with this here. This would also have to be included in the ##Default Style in the script, around line 460ish.

ChadSimmons commented 4 years ago

Ah, I see. I'll update that. Also I'm working on getting GitHub to mark the CSS file as text instead of binary... probably a Git Attribute.