Skip to content

Commit

Permalink
Synchronized build
Browse files Browse the repository at this point in the history
  • Loading branch information
lektor-bot committed Mar 15, 2024
1 parent d8a6bb2 commit e1f9462
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
10 changes: 2 additions & 8 deletions roadmap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

<section class="roadmap-section">
<div class="container">
<div clas="row">
<div class="row">
<h1>Roadmap</h1>
<hr />
</div>
Expand Down Expand Up @@ -157,7 +157,7 @@ <h5 class="panel-title">Annotations</h5>
<p>What we investigate</p>
</div>
</div>
<div clas="row">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
Our roadmap helps us share what we are working on next and the direction that we're taking Zenodo. <br>The roadmap is updated quarterly in January, April, July and October. Questions, comments and feedback? <a href="https://zenodo.org/support">Contact us</a>
</p>
Expand All @@ -173,7 +173,6 @@ <h2>Completed</h2>
<details open>
<summary>
<h3>2024</h3>
<hr />
</summary>
<div class="row">
<div class="col-md-4">
Expand Down Expand Up @@ -216,7 +215,6 @@ <h5 class="panel-title">BiCIKL</h5>
<details open>
<summary>
<h3>2023</h3>
<hr />
</summary>
<div class="row">
<div class="col-md-4">
Expand Down Expand Up @@ -293,7 +291,6 @@ <h5 class="panel-title">Webhooks</h5>
<details >
<summary>
<h3>2022</h3>
<hr />
</summary>
<div class="row">
<div class="col-md-4">
Expand Down Expand Up @@ -398,7 +395,6 @@ <h5 class="panel-title">Workflows type</h5>
<details >
<summary>
<h3>2021</h3>
<hr />
</summary>
<div class="row">
<div class="col-md-4">
Expand Down Expand Up @@ -502,7 +498,6 @@ <h5 class="panel-title">300k treatments</h5>
<details >
<summary>
<h3>2020</h3>
<hr />
</summary>
<div class="row">
<div class="col-md-4">
Expand Down Expand Up @@ -574,7 +569,6 @@ <h5 class="panel-title">DCAT export format</h5>
<details >
<summary>
<h3>2019</h3>
<hr />
</summary>
<div class="row">
<div class="col-md-4">
Expand Down
13 changes: 11 additions & 2 deletions static/zenodo.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ hgroup,
main,
menu,
nav,
section,
summary {
section {
display: block;
}

Expand Down Expand Up @@ -222,6 +221,16 @@ th {
padding: 0;
}

details summary {
border-bottom: 1px #eee solid;
padding: 1em 0;
margin: 1em 0;
}

details summary > * {
display: inline;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
Expand Down

0 comments on commit e1f9462

Please sign in to comment.