You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello Atlassian Community,
I am working on converting a Word template (we normally save as a PDF file once it is completed) over to Confluence.
I've set up the PDF Export Stylesheet with the correct formatting, but am having an issue with one item.
Currently I have a table within a Panel. This table has bullets. I've been able to change the format of the bullet from a circle to a square but have been unable to change the color of said bullet. My write-up is as follows...
.wiki-content ul
{
list-style-type: square;
list-style-color: #1F3864;
font-family: ConfluenceInstalledFont, Helvetic, Arial, sans-serif;
font-size: 10px;
word-wrap: normal;
}
Has anyone run into this issue before and have a solution?
Any help is appreciated.--Lara