Skip to content

Commit

Permalink
shiny app: move css line from inside a tab to main div
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Jul 25, 2016
1 parent d36878a commit 87b33cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/example/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ library(timevis)

fluidPage(
title = "timevis - An R package for creating timeline visualizations",
tags$link(href = "style.css", rel = "stylesheet"),
div(id = "header",
div(id = "title",
"timevis"
Expand All @@ -22,7 +23,6 @@ fluidPage(
tabPanel(
div(icon("calendar"), "Basic timeline"),
br(),
tags$link(href = "style.css", rel = "stylesheet"),
timevisOutput("timelineBasic")
),

Expand Down

0 comments on commit 87b33cb

Please sign in to comment.