-
-
Notifications
You must be signed in to change notification settings - Fork 979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Bootstrap 4 #1688
Upgrade to Bootstrap 4 #1688
Conversation
…ootstrap v3 but not in v4 now
… they don't seem to have ever existed in Bootstrap at all
…tyle="min-width: 50px;" on the dropdown menu, since it doesn't seem to be useful
…ropdown-item class to <a>
…uld have the class 'nav-item'
…with actual font specs so the themes can continue to work offline
…he themes() function
…<li class="divider"> now
…, but it is what the official Bootstrap doc uses)
…s light or dark navbar, and the second specifies the background color
) | ||
w <- c(w, setNames(paste(w, 'Italic'), paste0(names(w), 'italic'))) | ||
w['400italic'] <- 'Italic' | ||
fonts <- list.files('fonts') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to know! Thanks for the tip! The fonts folder exists in the current version of rmarkdown. I guess JJ created it initially. I downloaded a few new fonts for this PR.
For some reason navbars with |
This is still WIP to close #1260.
TODO: