text/slider fixes
This commit is contained in:
parent
25c4714072
commit
b729ea7b51
|
@ -66,7 +66,7 @@ a:focus, a:hover {
|
|||
}
|
||||
|
||||
.index-text p {
|
||||
text-align: justify;
|
||||
//text-align: justify;
|
||||
}
|
||||
|
||||
.title-bar-right {
|
||||
|
|
|
@ -1433,6 +1433,9 @@
|
|||
}
|
||||
}
|
||||
if (slider.settings.ariaHidden) { applyAriaHiddenAttributes(slider.active.index * getMoveBy()); }
|
||||
if (!slider.working) {
|
||||
el.redrawSlider()
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user