Skip to content

Commit 774ef67

Browse files
Update styling to match other courses
1 parent 918d077 commit 774ef67

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

_output.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ bookdown::gitbook:
1111
<a href="https://www.itcrtraining.org/"><img src="assets/ITN_logo.png" style="padding-left: 15px; padding-top: 8px;"</a>
1212
after: |
1313
<p style="text-align:center;"> <a href="https://github.com/jhudsl/OTTR_Template" target="blank" > This content was published with</a> <a href="https://bookdown.org/" target="blank"> bookdown by: </a> </p>
14-
<p style="text-align:center;"> <a href="http://jhudatascience.org/"> The Johns Hopkins Data Science Lab </a></p>
15-
<a href="http://jhudatascience.org/"><img src="https://jhudatascience.org/images/dasl.png" style=" width: 80%; filter: grayscale(100%); padding-left: 40px; padding-top: 8px; vertical-align: top "</a>
14+
<p style="text-align:center;"> <a href="https://griffithlab.org/"> The Griffith Lab </a></p>
1615
<p style="text-align:center; font-size: 12px;"> <a href="https://github.com/rstudio4edu/rstudio4edu-book/"> Style adapted from: rstudio4edu-book </a> <a href ="https://creativecommons.org/licenses/by/2.0/"> (CC-BY 2.0) </a></p>
1716
<p style="padding-left: 40px;"><div class="trapezoid" style = "padding-left: 40px;"><span> <a href="https://forms.gle/hc8Xt3Y2Znjb6M4Y7"> Click here to provide feedback</a> <img src="assets/itcr_arrow.png" style=" width: 10%" ></span></div></p>

assets/style_ITN.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,4 +548,10 @@ a.anchor:hover {
548548
font-family: "Lora", serif;
549549
font-size: .85em;
550550
color: #193a5c;
551-
}
551+
}
552+
553+
/* Reference List Entry */
554+
555+
div.csl-entry {
556+
margin-bottom: 0.85em; /* adds same amount of margin as a <p> would */
557+
}

0 commit comments

Comments
 (0)