diff --git a/_site.yml b/_site.yml index ff5685971..d9ed39ec2 100644 --- a/_site.yml +++ b/_site.yml @@ -1,6 +1,6 @@ -name: "MyLabJournal" +name: "OSG Reports" navbar: - title: "MyLabJournal" + title: "OSG Reports" left: - text: "Home" href: index.html diff --git a/docs/Journal.html b/docs/Journal.html index 554bda2ba..c912625dd 100644 --- a/docs/Journal.html +++ b/docs/Journal.html @@ -1,12 +1,12 @@ - + - + @@ -25,6 +25,17 @@ + + + + - - @@ -113,7 +124,6 @@ padding-top: 56px; margin-top: -56px; } - .section h2 { padding-top: 56px; margin-top: -56px; @@ -134,6 +144,43 @@ padding-top: 56px; margin-top: -56px; } +.dropdown-submenu { + position: relative; +} +.dropdown-submenu>.dropdown-menu { + top: 0; + left: 100%; + margin-top: -6px; + margin-left: -1px; + border-radius: 0 6px 6px 6px; +} +.dropdown-submenu:hover>.dropdown-menu { + display: block; +} +.dropdown-submenu>a:after { + display: block; + content: " "; + float: right; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; + border-width: 5px 0 5px 5px; + border-left-color: #cccccc; + margin-top: 5px; + margin-right: -10px; +} +.dropdown-submenu:hover>a:after { + border-left-color: #ffffff; +} +.dropdown-submenu.pull-left { + float: none; +} +.dropdown-submenu.pull-left>.dropdown-menu { + left: -100%; + margin-left: 10px; + border-radius: 6px 0 6px 6px; +} + -
+ + + - // establish options - var options = { - selectors: "h1", - theme: "bootstrap3", - context: '.toc-content', - hashGenerator: function (text) { - return text.replace(/[.\\/?&!#<>]/g, '').replace(/\s/g, '_').toLowerCase(); - }, - ignoreSelector: ".toc-ignore", - scrollTo: 0 - }; - options.showAndHide = true; - options.smoothScroll = true; - // tocify - var toc = $("#TOC").tocify(options).data("toc-tocify"); -}); - + + + + + + + +
+ +
@@ -274,7 +354,7 @@ - MyLabJournal + OSG Reports