objectivehtml / FlipClock

http://flipclockjs.com/
MIT License
2.74k stars 954 forks source link

Problem with bootstrap .row, .span* and .offset* #37

Closed mpoli closed 10 years ago

mpoli commented 11 years ago

When using FlipClock.js with Twitter Bootstrap, FlipClock does not respect BootStrap's .row, .span* and .offset* classes, which are the basis for the bootstrap grid and on-screen element positioning.

Is there a way to make FlipClock work with them?

I am using BootStrap 2.3.2.

Thanks!

janekolszak commented 11 years ago

I have the same problem.

objectivehtml commented 11 years ago

I don't use Twitter Bootstrap so feel free to make a pull request. I doubt I ever add support for this, but I am open to it if somebody else does it.

lavrovdv commented 10 years ago

This css rule can fix problem in bootstrap 2.3.2

.flip-clock-wrapper ul li a div div.inn{line-height: 133%;}