Add the possibility to change offenders' layout

This commit is contained in:
Gaël Métais
2015-01-16 15:52:56 +01:00
parent 49a6e4633a
commit bce7a1ad9a
12 changed files with 248 additions and 20 deletions
+14
View File
@@ -82,3 +82,17 @@
font-size: 3em;
margin-bottom: 1em;
}
.offendersHtml {
display: inline-block;
}
.offendersHtml .domTree div {
text-align: left;
margin-left: 1em;
}
.offendersHtml .domTree div span:only-child {
font-weight: bold;
}
.offendersHtml .domTree div span:only-child span {
font-style: italic;
font-weight: normal;
}