For Confluence, try something like:
#com-atlassian-confluence h3 { border-bottom: 1px solid #ccc; }
This gives a full page width underline.
Update: For underlining just the text, try:
#com-atlassian-confluence h3 { text-decoration: underline; }
Hi David,
Thanks for your prompt answer. The code puts an underline accross the page under heading 3. Its is close to what I am looking for. Where headings are already underlined the new underline is placed right below. Thanks for the effort.
Bruno
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.