feed editor: fix missing <section> breaking checkbox fieldsets

This commit is contained in:
Andrew Dolgov
2019-02-22 12:19:37 +03:00
parent a366da90a6
commit dab81ff7d0
8 changed files with 24 additions and 7 deletions

View File

@@ -511,7 +511,11 @@ body.ttrss_main {
header.horizontal + section,
.dlgSecHoriz + .dlgSecCont {
margin : 10px 0px;
margin : 10px 0;
}
section.narrow {
margin : 0;
}
section,