Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

10 lines
173B

  1. /*
  2. just here so that plotly works
  3. correctly with ioslides.
  4. see https://github.com/ropensci/plotly/issues/463
  5. */
  6. slide:not(.current) .plotly.html-widget{
  7. display: none;
  8. }