In the latest Confluence upgrade, Atlassian chose to change their h1 and h2 styles such that a horizontal rule no longer automatically appears under them when chosen.
We have this as part of our content user guide and, although there is a workaround to manually add this each time, we want these headings to always have this (the way Atlassian used to do it). Is there anything that we can do in our stylesheet to accomplish this?
Irritating when Atlassian removes features without communicating.
Hello Karie, the original definition was the following:
h1, h2, .wiki-content h2 {border-bottom: 1px solid #919699 ; padding-bottom: 1px; }
However, some elements have changed(in Connie 5.1.3), so we need to insert the attributes in a different path to make them work properly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can go into the Custom CSS and add something like this:
But, does anyone know what the original definition was for h1 and h2 so that I can put it back the way it was?
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.