diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-03-05 15:16:41 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-03-05 15:16:41 +0300 |
| commit | 5c1f9f31bdb6418469c3434047c163b4dae8f139 (patch) | |
| tree | 7418b3eaa48984195a42667a15c61c5545cb3a29 /themes/light | |
| parent | fe06416f1787d27e90ad75f7c33eadd412574346 (diff) | |
add a bunch of button icons
Diffstat (limited to 'themes/light')
| -rw-r--r-- | themes/light/prefs.less | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/themes/light/prefs.less b/themes/light/prefs.less index 1c09271a6..35db886ce 100644 --- a/themes/light/prefs.less +++ b/themes/light/prefs.less @@ -9,13 +9,13 @@ body.ttrss_prefs { color : @default-text; } - /*.dijitContentPane { - h1:first-of-type, - h2:first-of-type, - h3:first-of-type { - margin-top: 0px; + .dijitContentPane { + > h1:first-of-type, + > h2:first-of-type, + > h3:first-of-type { + margin-top: 0; } - }*/ + } #footer, #header { padding : 8px; |