bdrathburn / TeslaForumPersonalBlocklist

2 stars 1 forks source link

Fix: Preformatted Text is not Monospace Font #5

Open Jeffrey-R opened 8 years ago

Jeffrey-R commented 8 years ago

I modified the .pre class to remove the italics and add Monospace font-family. This makes layouts much nicer.

.pre { background: #f9f9f9; white-space: pre; font-family: monospace; font-style: normal;}

You can test it here: https://forums.tesla.com/forum/forums/tesla-forum-enhancement-suite-tfes-bdrathburn

Jeffrey-R commented 8 years ago

Don't forget to update the PRE styles in the next release. They need to be mono-space.

bdrathburn commented 8 years ago

Sure, must have overlooked this one. I will include it in the next release.