summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-22 12:19:37 +0300
committerAndrew Dolgov <[email protected]>2019-02-22 12:19:37 +0300
commitdab81ff7d09e9304d98eb8ce0f0f02e812323f0b (patch)
treec9e65aedef4d86ef3deb4398c149f2dae5870f4d /css/tt-rss.less
parenta366da90a6ec02c23b475dd81cc0455682fb8381 (diff)
feed editor: fix missing <section> breaking checkbox fieldsets
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index 3b79e37c0..917037ecf 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -511,7 +511,11 @@ body.ttrss_main {
header.horizontal + section,
.dlgSecHoriz + .dlgSecCont {
- margin : 10px 0px;
+ margin : 10px 0;
+ }
+
+ section.narrow {
+ margin : 0;
}
section,