-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 2.1.2
-
Component/s: None
-
Environment:
2.1.2 Standalone, postgres 7.4 DB
Confluence 2.1.2 News headings override the blogheading css style and force the color to black. This makes it impossible/hard to theme the site complitely.
Here are the files where the color is set.
Searching for: blogheading AND color: black
decorators\space.vmd(118): <div class="blogHeading" style="margin-top: 0px; padding-top: 0px"><a style="text-decoration: none; color: black" href="$req.contextPath$generalUtil.getPageUrl($blog)">$blog.title</a></div>
decorators\components\listedblogpost.vmd(4): <div class="blogHeading" style="margin-top: 0px; padding-top: 0px"><a style="text-decoration: none; color: black" href="$req.contextPath$generalUtil.getPageUrl($blog)">$blog.title</a></div>
WEB-INF\classes\templates\macros\lastblogs.vm(19): <div class="blogHeading" style="margin-top: 0px; padding-top: 0px"><a style="text-decoration: none; color: black" href="$req.contextPath$generalUtil.getPageUrl($blog)">$blog.title</a></div>
Would it be possible to keep the color settings in the CSS file so that theme changes would be a bit easier to implement?