The 1 pixel dotted border that is drawn around every Cppcheck error message adds 2 extra pixels for every line with an error message. For more than very few error messages in a file the discrepancy is clearly visible and line numbering gets wrong. This commit removes the dotted border as it is not necessary. The error message is highlighted with a red background and is still clearly visible.
This commit is contained in:
parent
872d531568
commit
bca5d0d820
|
@ -43,7 +43,6 @@ h1 {
|
||||||
|
|
||||||
.error2 {
|
.error2 {
|
||||||
background-color: #faa;
|
background-color: #faa;
|
||||||
border: 1px dotted black;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue