add possibility to style verb blocks

This commit is contained in:
Quentin Carbonneaux 2016-03-09 15:18:06 -05:00
parent ce852217ce
commit 8c1f6280f4
2 changed files with 11 additions and 4 deletions

View file

@ -2,3 +2,8 @@ h3 {
border-bottom: 1px solid #aaa;
background-color: #eee;
}
.bnf {
background-color: white;
padding-left: 0.7em;
}