diff options
Diffstat (limited to 'WebContent/ITMILL/themes/reindeer/splitpanel/splitpanel.css')
-rw-r--r-- | WebContent/ITMILL/themes/reindeer/splitpanel/splitpanel.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/ITMILL/themes/reindeer/splitpanel/splitpanel.css b/WebContent/ITMILL/themes/reindeer/splitpanel/splitpanel.css index f8bc4c2000..dbb7ae0aef 100644 --- a/WebContent/ITMILL/themes/reindeer/splitpanel/splitpanel.css +++ b/WebContent/ITMILL/themes/reindeer/splitpanel/splitpanel.css @@ -8,7 +8,7 @@ background: transparent; background-repeat: no-repeat; background-position: 50%; - background-image: url(img/hor-handle.png); /** sprite-ref: horizontals; sprite-alignment: middle */ + background-image: url(img/hor-handle.png); /** sprite-ref: horizontals; sprite-alignment: center */ } .v-splitpanel-vertical .v-splitpanel-vsplitter { height: 7px; |