summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-22 12:13:41 +0300
committerAndrew Dolgov <[email protected]>2019-02-22 12:13:41 +0300
commita366da90a6ec02c23b475dd81cc0455682fb8381 (patch)
treeb2c9eb1895f524689c5d77c2cab7355d7695faa7 /css/tt-rss.less
parenta0636ccc90e9f016c0285424015616844c7ae46d (diff)
add label.inline
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index 041ef9923..3b79e37c0 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -530,6 +530,10 @@ body.ttrss_main {
font-weight : normal;
display : inline;
}
+
+ > label.inline {
+ display : inline;
+ }
}
fieldset {