1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 07:11:29 +00:00

tree: remove position=relative hacks

This commit is contained in:
Andrew Dolgov
2019-02-24 15:03:35 +03:00
parent e13916fd3e
commit 527e7adc8a
8 changed files with 19 additions and 31 deletions

View File

@@ -5,9 +5,8 @@
}
#feedTree {
.icon {
position : relative;
top : -4px;
.dijitTreeContent .dijitInline {
vertical-align : baseline;
}
}