style: adapt for wcs backoffice titles (#12953)

This commit is contained in:
Frédéric Péters 2016-08-25 15:16:30 +02:00
parent b5c5a785e9
commit 50e078ba64
1 changed files with 3 additions and 1 deletions

View File

@ -294,6 +294,8 @@ div#content {
position: relative;
}
div#main-content > h2,
div#main-content .top-title h2,
div#content h2 {
margin-top: 0;
font-weight: normal;
@ -435,7 +437,7 @@ div.bo-block {
border: 1px solid #e4e4e4;
background: #fcfcfc;
color: #505050;
margin: 1em;
margin: 1em 0;
padding: 1ex;
}