Explorar el Código

Link to images without leading slash

master
Garrick Aden-Buie hace 8 años
padre
commit
f0c78acea7
Se han modificado 2 ficheros con 4 adiciones y 3 borrados
  1. +2
    -2
      app.R
  2. +2
    -1
      www/css/t4c.css

+ 2
- 2
app.R Ver fichero

@@ -67,8 +67,8 @@ phone_container <- function(...) {

swipe_help_row_div <- div(
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"))
)


+ 2
- 1
www/css/t4c.css Ver fichero

@@ -118,8 +118,9 @@ a:hover {
.overlay.splash {
vertical-align: middle;
text-align: center;
background-image: url("/images/splash-bg.png");
background-image: url("images/splash-bg.png");
background-size: cover;
background-color: white;
}

.splash-body {

Cargando…
Cancelar
Guardar