Unverified Commit 9fa4d27b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

Merge commit 'refs/pull/1948/head' of github.com:lammps/lammps into collected-small-changes

parents 7824b3f4 572eeae5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -101,6 +101,8 @@
        {% endif %}
        </a>

        <div class="lammps_version">Version: <b>{{ version }}</b></div>

        {% include "searchbox.html" %}

        {% endblock %}
+7 −1
Original line number Diff line number Diff line
@@ -4411,7 +4411,7 @@ div[class^='highlight'] pre {
  font-weight: bold;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 0.809em;
  /*margin-bottom: 0.809em;*/
}
.wy-side-nav-search > a:hover, .wy-side-nav-search .wy-dropdown > a:hover {
  background: rgba(255, 255, 255, 0.1);
@@ -5105,4 +5105,10 @@ span[id*='MathJax-Span'] {
  padding: 0;
}

.lammps_version {
    text-align: center;
    display: block;
    margin-bottom: 0.809em;
}

/*# sourceMappingURL=theme.css.map */