Переглянути джерело

Link to images without leading slash

master
Garrick Aden-Buie 8 роки тому
джерело
коміт
f0c78acea7
2 змінених файлів з 4 додано та 3 видалено
  1. +2
    -2
      app.R
  2. +2
    -1
      www/css/t4c.css

+ 2
- 2
app.R Переглянути файл



swipe_help_row_div <- div( swipe_help_row_div <- div(
class = "bottom-help text-moffitt-grey", class = "bottom-help text-moffitt-grey",
div(class = "bottom-help-left", img(src = "/images/swipe-left.svg", width = "50px"), p("Bad")),
div(class = "bottom-help-right", img(src = "/images/swipe-right.svg", width = "50px"), p("Okay")),
div(class = "bottom-help-left", img(src = "images/swipe-left.svg", width = "50px"), p("Bad")),
div(class = "bottom-help-right", img(src = "images/swipe-right.svg", width = "50px"), p("Okay")),
div(class = "bottom-help-middle", span("Swipe Card", class = "bottom-help-middle-text")) div(class = "bottom-help-middle", span("Swipe Card", class = "bottom-help-middle-text"))
) )



+ 2
- 1
www/css/t4c.css Переглянути файл

.overlay.splash { .overlay.splash {
vertical-align: middle; vertical-align: middle;
text-align: center; text-align: center;
background-image: url("/images/splash-bg.png");
background-image: url("images/splash-bg.png");
background-size: cover; background-size: cover;
background-color: white;
} }


.splash-body { .splash-body {

Завантаження…
Відмінити
Зберегти