Parcourir la source

Clear floats only on element immediately after .pull-right

https://github.com/yihui/xaringan/pull/271
tags/v0.3.3
Garrick Aden-Buie il y a 5 ans
Parent
révision
99af06835c
15 fichiers modifiés avec 15 ajouts et 15 suppressions
  1. +1
    -1
      inst/resources/template.css
  2. +1
    -1
      tests/testthat/css/duo-header_bg.css
  3. +1
    -1
      tests/testthat/css/duo.css
  4. +1
    -1
      tests/testthat/css/duo_accent.css
  5. +1
    -1
      tests/testthat/css/duo_accent_inverse.css
  6. +1
    -1
      tests/testthat/css/google_fonts.css
  7. +1
    -1
      tests/testthat/css/mono_accent.css
  8. +1
    -1
      tests/testthat/css/mono_accent_inverse.css
  9. +1
    -1
      tests/testthat/css/mono_dark.css
  10. +1
    -1
      tests/testthat/css/mono_light-header_bg.css
  11. +1
    -1
      tests/testthat/css/mono_light.css
  12. +1
    -1
      tests/testthat/css/solarized_dark-header_bg.css
  13. +1
    -1
      tests/testthat/css/solarized_dark.css
  14. +1
    -1
      tests/testthat/css/solarized_light.css
  15. +1
    -1
      tests/testthat/css/xaringan.css

+ 1
- 1
inst/resources/template.css Voir le fichier

float: right; float: right;
width: 47%; width: 47%;
} }
.pull-right ~ * {
.pull-right + * {
clear: both; clear: both;
} }
img, video, iframe { img, video, iframe {

+ 1
- 1
tests/testthat/css/duo-header_bg.css Voir le fichier

float: right; float: right;
width: 47%; width: 47%;
} }
.pull-right ~ * {
.pull-right + * {
clear: both; clear: both;
} }
img, video, iframe { img, video, iframe {

+ 1
- 1
tests/testthat/css/duo.css Voir le fichier

float: right; float: right;
width: 47%; width: 47%;
} }
.pull-right ~ * {
.pull-right + * {
clear: both; clear: both;
} }
img, video, iframe { img, video, iframe {

+ 1
- 1
tests/testthat/css/duo_accent.css Voir le fichier

float: right; float: right;
width: 47%; width: 47%;
} }
.pull-right ~ * {
.pull-right + * {
clear: both; clear: both;
} }
img, video, iframe { img, video, iframe {

+ 1
- 1
tests/testthat/css/duo_accent_inverse.css Voir le fichier

float: right; float: right;
width: 47%; width: 47%;
} }
.pull-right ~ * {
.pull-right + * {
clear: both; clear: both;
} }
img, video, iframe { img, video, iframe {

+ 1
- 1
tests/testthat/css/google_fonts.css Voir le fichier

float: right; float: right;
width: 47%; width: 47%;
} }
.pull-right ~ * {
.pull-right + * {
clear: both; clear: both;
} }
img, video, iframe { img, video, iframe {

+ 1
- 1
tests/testthat/css/mono_accent.css Voir le fichier

float: right; float: right;
width: 47%; width: 47%;
} }
.pull-right ~ * {
.pull-right + * {
clear: both; clear: both;
} }
img, video, iframe { img, video, iframe {

+ 1
- 1
tests/testthat/css/mono_accent_inverse.css Voir le fichier

float: right; float: right;
width: 47%; width: 47%;
} }
.pull-right ~ * {
.pull-right + * {
clear: both; clear: both;
} }
img, video, iframe { img, video, iframe {

+ 1
- 1
tests/testthat/css/mono_dark.css Voir le fichier

float: right; float: right;
width: 47%; width: 47%;
} }
.pull-right ~ * {
.pull-right + * {
clear: both; clear: both;
} }
img, video, iframe { img, video, iframe {

+ 1
- 1
tests/testthat/css/mono_light-header_bg.css Voir le fichier

float: right; float: right;
width: 47%; width: 47%;
} }
.pull-right ~ * {
.pull-right + * {
clear: both; clear: both;
} }
img, video, iframe { img, video, iframe {

+ 1
- 1
tests/testthat/css/mono_light.css Voir le fichier

float: right; float: right;
width: 47%; width: 47%;
} }
.pull-right ~ * {
.pull-right + * {
clear: both; clear: both;
} }
img, video, iframe { img, video, iframe {

+ 1
- 1
tests/testthat/css/solarized_dark-header_bg.css Voir le fichier

float: right; float: right;
width: 47%; width: 47%;
} }
.pull-right ~ * {
.pull-right + * {
clear: both; clear: both;
} }
img, video, iframe { img, video, iframe {

+ 1
- 1
tests/testthat/css/solarized_dark.css Voir le fichier

float: right; float: right;
width: 47%; width: 47%;
} }
.pull-right ~ * {
.pull-right + * {
clear: both; clear: both;
} }
img, video, iframe { img, video, iframe {

+ 1
- 1
tests/testthat/css/solarized_light.css Voir le fichier

float: right; float: right;
width: 47%; width: 47%;
} }
.pull-right ~ * {
.pull-right + * {
clear: both; clear: both;
} }
img, video, iframe { img, video, iframe {

+ 1
- 1
tests/testthat/css/xaringan.css Voir le fichier

float: right; float: right;
width: 47%; width: 47%;
} }
.pull-right ~ * {
.pull-right + * {
clear: both; clear: both;
} }
img, video, iframe { img, video, iframe {

Chargement…
Annuler
Enregistrer