underlining some links
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
<p>
|
||||
visit the main page <a href="https://howbad.info/" target="_blank">How Bad is My Batch <i aria-hidden="true"
|
||||
visit the main page <a href="https://howbad.info/" target="_blank" class="underline">How Bad is My Batch <i aria-hidden="true"
|
||||
class="fa fa-external-link"></i>
|
||||
</a>
|
||||
</p>
|
||||
@@ -9438,7 +9438,7 @@
|
||||
<option value="000120">000120</option>
|
||||
<option value="3: 023F21A.">3: 023F21A.</option>
|
||||
</select>
|
||||
or view a <a href="batchCodes.html" target="_blank">table of all batch codes <i aria-hidden="true"
|
||||
or view a <a href="batchCodes.html" target="_blank" class="underline">table of all batch codes <i aria-hidden="true"
|
||||
class="fa fa-external-link"></i>
|
||||
</a>
|
||||
</p>
|
||||
@@ -9482,7 +9482,7 @@
|
||||
<footer>
|
||||
<dl>
|
||||
<dt>Data Source:</dt>
|
||||
<dd><a href="https://vaers.hhs.gov/data/datasets.html" target="_blank">Vaccine Adverse Event Reporting System
|
||||
<dd><a href="https://vaers.hhs.gov/data/datasets.html" target="_blank" class="underline">Vaccine Adverse Event Reporting System
|
||||
(VAERS) <i aria-hidden="true" class="fa fa-external-link"></i>
|
||||
</a></dd>
|
||||
<dt>Last updated:</dt>
|
||||
|
||||
@@ -4935,3 +4935,7 @@ table.dataTable.display tbody tr.prrTooHigh {
|
||||
.downloadButton {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
a:link.underline, a:visited.underline, a:hover.underline, a:active.underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
Reference in New Issue
Block a user