Skip to content

Commit

Permalink
Explanation for sources and font size fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haohangyan committed Sep 23, 2024
1 parent b067e86 commit 563e22b
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions indra/assemblers/html/templates/indra/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,10 @@
}

.side-info h4 {
font-size: 12pt;
font-size: 10pt;
display: block;
text-decoration: none;
margin-bottom: 0;
}

#sources-explanation {
Expand All @@ -133,12 +134,12 @@
.source-desc {
border-radius: 4px;
padding: 0em 0em;
font-size: 0.8em;
margin: 4px;
font-size: 0.6em;
margin: 1px;
}

h3.bg-white {
font-size: 15pt;
font-size: 13pt;
}

{% for category, data in source_colors %}
Expand All @@ -161,13 +162,13 @@

@media (max-width: 1800px) {
.right {
width: 20%;
width: 15%;
}
.container {
float: left;
}
.footer {
right: 20%;
right: 15%;
}
}

Expand Down Expand Up @@ -275,9 +276,10 @@ <h4 class="bg-white">This Project</h4>
data-target="#sources-explanation">
Our Sources:
</h3>
<p id="sources-explanation" class="collapse">
INDRA allows us to combine the results from a multitude of sources. In
particular, the INDRA Database draws on the following...
<p id="sources-explanation" >
INDRA allows us to combine the results from a multitude of sources.
After each statement, we show how many pieces of evidence came from which sources.
In particular, the INDRA Database draws on the following...
</p>
</div>
{% for category, data in source_colors %}
Expand Down

0 comments on commit 563e22b

Please sign in to comment.