Skip to content

Commit 87b33cb

Browse files
committed
shiny app: move css line from inside a tab to main div
1 parent d36878a commit 87b33cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/example/ui.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ library(timevis)
22

33
fluidPage(
44
title = "timevis - An R package for creating timeline visualizations",
5+
tags$link(href = "style.css", rel = "stylesheet"),
56
div(id = "header",
67
div(id = "title",
78
"timevis"
@@ -22,7 +23,6 @@ fluidPage(
2223
tabPanel(
2324
div(icon("calendar"), "Basic timeline"),
2425
br(),
25-
tags$link(href = "style.css", rel = "stylesheet"),
2626
timevisOutput("timelineBasic")
2727
),
2828

0 commit comments

Comments
 (0)