diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2019-02-24 15:03:35 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2019-02-24 15:03:35 +0300 |
| commit | 527e7adc8a6ef835606cc60c7337b38a8e26eaf7 (patch) | |
| tree | f18ef9516d47f652ecef832ebefbd0a04f6fa027 /css/tt-rss.less | |
| parent | e13916fd3ef478c12bfc3d42c286b4f958183289 (diff) | |
tree: remove position=relative hacks
Diffstat (limited to 'css/tt-rss.less')
| -rwxr-xr-x | css/tt-rss.less | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less index 9694cd16e..22fbc9288 100755 --- a/css/tt-rss.less +++ b/css/tt-rss.less @@ -684,10 +684,8 @@ body.ttrss_main { color : #333; } - i.icon { - position : relative; - left : -2px; - top : -4px; + .dijitIcon.feed-icon { + margin-right : 2px; } i.icon.icon-inbox { |