Re: Email Link To My Site & Not Nabble?
Posted by
GregChapman on
Aug 08, 2017; 8:22pm
URL: https://support.nabble.com/Email-Link-To-My-Site-Not-Nabble-tp7598378p7598403.html
Just did a little more investigation. This code is working in my test forum as a way of prefixing any H6 heading with a bullet.
Line 2 adds the bullet plus two non-breaking spaces.
Lines 7-12 remove the default bold text for any heading and returns the size to that expected for a body or paragraph text and could be used by themselves if you just want to create an indented paragraph.
The comments record the function of the margin and padding lines.
div.root-text h6:before, div.message-text h6:before {
content: "\2022\00A0\00A0" ;
margin: 0 0 0 -1em; /*Sets Bullet outdent*/
padding-right: 0em; /*Sets space after bullet*/
}
div.root-text h6, div.message-text h6 {
margin: 0 0 0 5em; /*Sets left margin*/
padding: 0; /*Sets line spacing*/
font-size: 1em;
font-weight: 400;
}
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.