瀏覽代碼

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 查看文件

@@ -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 查看文件

@@ -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 {

Loading…
取消
儲存