Skip to content

Commit 81eb961

Browse files
authored
Merge pull request #64 from jdm135/master
dots hide from layout 12 with respect to this issue in pivotal https://www.pivotaltracker.com/projects/1508964/stories/121455621
2 parents c1e13f7 + a9d5147 commit 81eb961

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

widget/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
.marginTop{
5454
margin-top:1px;
5555
}
56+
.owl-dots {
57+
visibility : hidden;
58+
}
5659
</style>
5760
<script type="text/javascript" charset="utf-8">
5861
window.onload = function () {

0 commit comments

Comments
 (0)