Skip to content

Commit

Permalink
Minor updates to styles
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Aug 16, 2023
1 parent 07de048 commit 055423f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/footer-lab.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: " "

<div class="col-sm-8" style="text-align:left;vertical-align:middle;">
<p class="small" style="color:#bdbdbd;">
<b>2023</b> • [NBIS](https://nbis.se/)[SciLifeLab](https://www.scilifelab.se/)
[NBIS](https://nbis.se/)[SciLifeLab](https://www.scilifelab.se/)
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion assets/footer-slide.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.end-text[
<p class="smaller">
<span class="small" style="line-height: 1.2;">Graphics from </span><img src="./assets/freepik.jpg" style="max-height:20px; vertical-align:middle;"><br>
`r paste0("Created: ",format(Sys.time(),format='%d-%b-%Y'))`Roy Francis • <a href="https://www.scilifelab.se/">SciLifeLab</a> • <a href="https://nbis.se/">NBIS</a>
`r paste0("Created: ",format(Sys.time(),format='%d-%b-%Y'))` • <a href="https://www.scilifelab.se/">SciLifeLab</a> • <a href="https://nbis.se/">NBIS</a>
</p>
]
7 changes: 5 additions & 2 deletions assets/lab.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ pre {
font-size: 16px;
}

pre > code.sourceCode {
white-space: pre-wrap;
}

code {
font-family: var(--font-code,"Menlo","Monaco", "Consolas","Liberation Mono", "Courier New", monospace);
word-break: break-all;
Expand Down Expand Up @@ -590,7 +594,7 @@ div.chunk-title {
border-left: 1px solid var(--color-border);
border-right: 1px solid var(--color-border);
border-radius: 4px;
padding: 2px 2px 2px 10px;
padding: 0 0 0 10px;
margin-top: auto;
margin-bottom: auto;
color: white;
Expand Down Expand Up @@ -680,7 +684,6 @@ ul.nav a:hover {
display: grid;
grid-template-columns: 1fr 1fr;
font-weight: 300;
margin-top: 2em;
}

.landing-title h1 {
Expand Down
5 changes: 2 additions & 3 deletions assets/slide.css
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,8 @@ img, video, iframe {
.remark-slide-content:before {
content: url(logo.svg);
float: right;
margin-top: 15px;
transform: scale(0.7);
}
margin-top: 10px;
transform: scale(0.6);
}

/* image size classes */
Expand Down

0 comments on commit 055423f

Please sign in to comment.