Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
remove home text, make margin-top-20
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Liu <yi.liu@eclipse-foundation.org>
  • Loading branch information
Yi Liu committed Mar 8, 2021
1 parent 442ebae commit 57220ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/collapsible-menu.html
Expand Up @@ -29,7 +29,7 @@
{{ range .Site.Menus.sidebar }}
{{$parentItem := . }}
{{ if and (.HasChildren) (eq $currentSection $parentItem.Identifier) }}
<div class="{{ $classname }} margin-top-10 container hidden-lg hidden-md visible-sm visible-xs">
<div class="{{ $classname }} margin-top-20 container hidden-lg hidden-md visible-sm visible-xs">
<div class="container padding-left-0 padding-right-0 {{ $classname }}-item related-content">
<a href="#sidebars-contents" data-toggle="collapse" aria-expanded="false" aria-controls="sidebars-contents">
<div class="col-xs-6"><i class="fa fa-plus fa-bars"></i></div>
Expand Down Expand Up @@ -61,7 +61,7 @@
{{ if .URL }}
<div class="row {{ $classname }}-sub-item{{ if eq $currentPage.Title .Name }} active{{ end }}">
<a href="{{ .URL }}" {{ if eq $currentPage.Title .Name }}class="active"{{ end }}>
<div class="col-xs-18 col-xs-offset-6 {{ $classname }}-text">{{ .Name }} Home</div>
<div class="col-xs-18 col-xs-offset-6 {{ $classname }}-text">{{ .Name }}</div>
</a>
</div>
{{ end }}
Expand Down

0 comments on commit 57220ab

Please sign in to comment.