htmlreport: give warnig boxes ("HTML_ERROR") smaller frame and padding so they don't overlap each other if there is another one in next line.
borderwith: 2px -> 1px padding: 3px -> 1px
This commit is contained in:
parent
a55056c770
commit
4f1fdce09e
|
@ -114,7 +114,7 @@ HTML_FOOTER = """
|
|||
</html>
|
||||
"""
|
||||
|
||||
HTML_ERROR = "<span style=\"border-width: 2px;border-color: black;border-style: solid;background: #ffaaaa;padding: 3px;\"><--- %s</span>\n"
|
||||
HTML_ERROR = "<span style=\"border-width: 1px;border-color: black;border-style: solid;background: #ffaaaa;padding: 1px;font-size: 11px;\"><--- %s</span>\n"
|
||||
|
||||
|
||||
class AnnotateCodeFormatter(HtmlFormatter):
|
||||
|
|
Loading…
Reference in New Issue