Search found 3 matches

by chris_154011
Fri May 15, 2020 1:17 am
Forum: Tips and Tricks
Topic: Flare 2020: Change 'copy' text to icon in code snippets
Replies: 2
Views: 2416

Flare 2020: Change 'copy' text to icon in code snippets

Hi, Just played with the code snippet feature in Flare 2020. We do lots of translations so wanted to change the text to an icon. For those that need it, here is the CSS code to use: MadCap|codeSnippetCopyButton { background-image: url('../Images/copyicon.svg'); background-repeat: no-repeat; mc-label...
by chris_154011
Tue Jul 12, 2016 1:06 am
Forum: Styles, Stylesheets and XML
Topic: Right-align roman numbered lists
Replies: 2
Views: 1475

Re: Right-align roman numbered lists

Thanks for the update CatCNC. Umm, that is a pity about this being a "feature" and not a "bug". I will hold my breath but not forever. This is strange behaviour because if you apply a span to the autonumber all the other properties are supported - color, underline, font, font-wei...
by chris_154011
Tue Jul 05, 2016 7:36 am
Forum: Styles, Stylesheets and XML
Topic: Right-align roman numbered lists
Replies: 2
Views: 1475

Right-align roman numbered lists

Help. Does anyone know how to right-align the roman numerals in a substep procedure using CSS? I can get right alignment if I use "ol ol" but when I use CSS styles the roman numerals align to the left. I have tried applying a class around the auto-numbering but that has no effect. Attached...