0

I need to create a timeline. I'm using this timeline https://github.com/ybogdanov/history-timeline which is a JavaScript timeline.

I did read this post and tried all of its solutions Reset/remove CSS styles for element only

I cannot make my embed timeline working :(

This is the html with the timeline only

enter image description here

This is the blog (Jekyll based)

enter image description here

Community
  • 1
  • 1
pachadotdev
  • 3,345
  • 6
  • 33
  • 60

1 Answers1

1

try

div {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
cup_of
  • 6,397
  • 9
  • 47
  • 94
  • 1
    an explanation to what is the problem and how is your solution fixing it would be helpful than just some code snippet. – gp. Aug 07 '16 at 05:20
  • thanks, I have quoted http://stackoverflow.com/questions/15901030/reset-remove-css-styles-for-element-only that suggests that and more ... but with Jekyll it does not work – pachadotdev Aug 07 '16 at 05:55
  • I'm gonna see how to post without compromising the thesis – pachadotdev Aug 07 '16 at 23:36