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 da8aeb3 commit 95e35bb
Showing 1 changed file with 11 additions and 2 deletions.
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 95e35bb

Please sign in to comment.