summaryrefslogtreecommitdiff
path: root/css/utility.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-21 06:52:23 +0300
committerAndrew Dolgov <[email protected]>2019-02-21 06:52:23 +0300
commite66d6b764647c814e8766da8fa2c89be1627dfc8 (patch)
treeb76f54da28a53ec4716fff88d2fdb27f7b411c78 /css/utility.less
parentfd8f8c7b3e612ffe394dbb62fc1036ac2277473e (diff)
parentd5bc53fda1324990b8eb674cb891374b6b535d97 (diff)
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
Diffstat (limited to 'css/utility.less')
-rw-r--r--css/utility.less27
1 files changed, 0 insertions, 27 deletions
diff --git a/css/utility.less b/css/utility.less
index 1f84c8aad..56e6eaf94 100644
--- a/css/utility.less
+++ b/css/utility.less
@@ -31,33 +31,6 @@ body.ttrss_utility {
h3 {
font-size : 16px;
}
-
- fieldset {
- border-width : 0px;
- padding : 5px 0px;
- }
-
- fieldset.narrow {
- padding : 2px 0px;
- }
-
- fieldset.align-right {
- text-align : right;
- }
-
- fieldset > label:first-of-type {
- min-width : 140px;
- margin-right : 20px;
- display : inline-block;
- text-align : right;
- font-weight : bold;
- }
-
- fieldset > label.checkbox {
- display : inline;
- font-weight : normal;
- }
-
}
a {