diff --git a/_includes/package-nav.html b/_includes/package-nav.html index bfab7f0..b42f867 100644 --- a/_includes/package-nav.html +++ b/_includes/package-nav.html @@ -1,25 +1,28 @@
  • Introduction
  • - +
  • Visualize
  • Transform
  • -
  • Relational data
  • -
  • Tidy
  • Model
  • -
  • Import
  • Explore
  • - + +
  • Import
  • +
  • Tidy
  • +
  • Relational data
  • +
  • Strings
  • +
  • Dates and times
  • + + +
  • Data structures
  • +
  • Express yourself with functions
  • +
  • Lists and functional programming
  • + + +
  • Models and visualisation
  • +
  • Model assessment
  • + +
  • R Markdown
  • Shiny
  • - -
  • Data structures
  • -
  • Expressing yourself
  • -
  • Strings
  • -
  • Dates and times
  • -
  • Lists
  • - - -
  • Models and visualisation
  • -
  • Model assessment
  • diff --git a/www/highlight.css b/www/highlight.css index 3246e1a..40a2b84 100644 --- a/www/highlight.css +++ b/www/highlight.css @@ -50,10 +50,11 @@ ul .dropdown-header:first-child { margin-top: 2px; } -.dropdown-header { +.dropdown-header, .dropdown-header a:link, .dropdown-header a:visited { font-weight: bold; color: #333; margin-top: 8px; + text-align: left; } .dropdown-menu .dropdown-header {