summaryrefslogtreecommitdiff
path: root/css/utility.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-20 17:21:32 +0300
committerAndrew Dolgov <[email protected]>2019-02-20 17:21:32 +0300
commit3880a17e57b832038b9271a628514ba006230e6f (patch)
tree26e56ed77a8c12fd632db97b491ed826f884bbf2 /css/utility.less
parent1a8770f8f48aeb7fbbcd3b569bd37a4a88ccfdb4 (diff)
pref-prefs: rework personal info tab, remove ugly table markup
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 {