Просмотр исходного кода

Clear floats only on element immediately after .pull-right

https://github.com/yihui/xaringan/pull/271
tags/v0.3.3
Garrick Aden-Buie 5 лет назад
Родитель
Сommit
99af06835c
15 измененных файлов: 15 добавлений и 15 удалений
  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 Просмотреть файл

@@ -170,7 +170,7 @@ a, a > code {
float: right;
width: 47%;
}
.pull-right ~ * {
.pull-right + * {
clear: both;
}
img, video, iframe {

+ 1
- 1
tests/testthat/css/duo-header_bg.css Просмотреть файл

@@ -160,7 +160,7 @@ a, a > code {
float: right;
width: 47%;
}
.pull-right ~ * {
.pull-right + * {
clear: both;
}
img, video, iframe {

+ 1
- 1
tests/testthat/css/duo.css Просмотреть файл

@@ -160,7 +160,7 @@ a, a > code {
float: right;
width: 47%;
}
.pull-right ~ * {
.pull-right + * {
clear: both;
}
img, video, iframe {

+ 1
- 1
tests/testthat/css/duo_accent.css Просмотреть файл

@@ -162,7 +162,7 @@ a, a > code {
float: right;
width: 47%;
}
.pull-right ~ * {
.pull-right + * {
clear: both;
}
img, video, iframe {

+ 1
- 1
tests/testthat/css/duo_accent_inverse.css Просмотреть файл

@@ -162,7 +162,7 @@ a, a > code {
float: right;
width: 47%;
}
.pull-right ~ * {
.pull-right + * {
clear: both;
}
img, video, iframe {

+ 1
- 1
tests/testthat/css/google_fonts.css Просмотреть файл

@@ -156,7 +156,7 @@ a, a > code {
float: right;
width: 47%;
}
.pull-right ~ * {
.pull-right + * {
clear: both;
}
img, video, iframe {

+ 1
- 1
tests/testthat/css/mono_accent.css Просмотреть файл

@@ -161,7 +161,7 @@ a, a > code {
float: right;
width: 47%;
}
.pull-right ~ * {
.pull-right + * {
clear: both;
}
img, video, iframe {

+ 1
- 1
tests/testthat/css/mono_accent_inverse.css Просмотреть файл

@@ -161,7 +161,7 @@ a, a > code {
float: right;
width: 47%;
}
.pull-right ~ * {
.pull-right + * {
clear: both;
}
img, video, iframe {

+ 1
- 1
tests/testthat/css/mono_dark.css Просмотреть файл

@@ -161,7 +161,7 @@ a, a > code {
float: right;
width: 47%;
}
.pull-right ~ * {
.pull-right + * {
clear: both;
}
img, video, iframe {

+ 1
- 1
tests/testthat/css/mono_light-header_bg.css Просмотреть файл

@@ -161,7 +161,7 @@ a, a > code {
float: right;
width: 47%;
}
.pull-right ~ * {
.pull-right + * {
clear: both;
}
img, video, iframe {

+ 1
- 1
tests/testthat/css/mono_light.css Просмотреть файл

@@ -161,7 +161,7 @@ a, a > code {
float: right;
width: 47%;
}
.pull-right ~ * {
.pull-right + * {
clear: both;
}
img, video, iframe {

+ 1
- 1
tests/testthat/css/solarized_dark-header_bg.css Просмотреть файл

@@ -158,7 +158,7 @@ a, a > code {
float: right;
width: 47%;
}
.pull-right ~ * {
.pull-right + * {
clear: both;
}
img, video, iframe {

+ 1
- 1
tests/testthat/css/solarized_dark.css Просмотреть файл

@@ -158,7 +158,7 @@ a, a > code {
float: right;
width: 47%;
}
.pull-right ~ * {
.pull-right + * {
clear: both;
}
img, video, iframe {

+ 1
- 1
tests/testthat/css/solarized_light.css Просмотреть файл

@@ -158,7 +158,7 @@ a, a > code {
float: right;
width: 47%;
}
.pull-right ~ * {
.pull-right + * {
clear: both;
}
img, video, iframe {

+ 1
- 1
tests/testthat/css/xaringan.css Просмотреть файл

@@ -157,7 +157,7 @@ a, a > code {
float: right;
width: 47%;
}
.pull-right ~ * {
.pull-right + * {
clear: both;
}
img, video, iframe {

Загрузка…
Отмена
Сохранить