add some padding to the top of the header panel

This commit is contained in:
JJ Allaire
2012-07-21 11:21:23 -07:00
parent 8796875128
commit bf15948275

View File

@@ -55,7 +55,7 @@ headerPanel <- function(title, ...) {
appTitle <- title
withTags({
div(class="span12",
div(class="span12", style="padding-top: 10px;",
h1(appTitle),
...,
br()