restyle bo blocks

This commit is contained in:
Frédéric Péters 2018-08-19 11:03:19 +02:00
parent 5c867de9ee
commit 3da0b99917
1 changed files with 4 additions and 1 deletions

View File

@ -626,10 +626,13 @@ div#content div.bo-block {
div.bo-block {
border: 1px solid #e4e4e4;
background: #fcfcfc;
color: #505050;
margin: 1em 0;
padding: 1ex;
background: white;
padding: 0.5rem;
border-radius: 3px;
box-sizing: border-box;
}
div.bo-block h2 {