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/dijit_basic.less | |
| parent | e13916fd3ef478c12bfc3d42c286b4f958183289 (diff) | |
tree: remove position=relative hacks
Diffstat (limited to 'css/dijit_basic.less')
| -rw-r--r-- | css/dijit_basic.less | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/css/dijit_basic.less b/css/dijit_basic.less index c3764ba80..582afcf1a 100644 --- a/css/dijit_basic.less +++ b/css/dijit_basic.less @@ -5,9 +5,8 @@ } #feedTree { - .icon { - position : relative; - top : -4px; + .dijitTreeContent .dijitInline { + vertical-align : baseline; } } |