forked from phoedos/pmd
add release date on sidebar
This commit is contained in:
parent
4a12aebbf9
commit
6f3dd6c11d
@ -2,6 +2,7 @@
|
||||
|
||||
<ul id="mysidebar" class="nav">
|
||||
<li class="sidebarTitle">{{sidebar[0].product}} {{sidebar[0].version | replace: '!PMD_VERSION!', site.pmd.version}}</li>
|
||||
<div class="sidebarTitleDate">Release date: {{site.pmd.date}}</div>
|
||||
{% for entry in sidebar %}
|
||||
{% for folder in entry.folders %}
|
||||
{% if folder.output contains "web" %}
|
||||
|
@ -88,3 +88,9 @@ details[open] summary {
|
||||
.xpath-fun-doc .code-examples dt {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
div.sidebarTitleDate {
|
||||
margin-top:2.5px;
|
||||
margin-bottom:5px;
|
||||
margin-left:5px;
|
||||
}
|
||||
|
@ -97,7 +97,7 @@ li.sidebarTitle {
|
||||
font-weight:normal;
|
||||
font-size:130%;
|
||||
color: #ED1951;
|
||||
margin-bottom:10px;
|
||||
margin-left: 5px;
|
||||
margin-bottom:2.5px;
|
||||
margin-left:5px;
|
||||
|
||||
}
|
@ -93,7 +93,7 @@ li.sidebarTitle {
|
||||
font-weight:normal;
|
||||
font-size:130%;
|
||||
color: #ED1951;
|
||||
margin-bottom:10px;
|
||||
margin-left: 5px;
|
||||
margin-bottom:2.5px;
|
||||
margin-left:5px;
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user