Format like previous with the <p> solution

<ul> is the right HTML way to format these, but they are all too
close.  Get it to look more like it did with <p>'s with CSS.
This commit is contained in:
Bradley M. Kuhn 2021-10-21 12:44:36 -07:00
parent eb847f9f32
commit 1bee33f278
2 changed files with 7 additions and 1 deletions

View file

@ -224,6 +224,12 @@ body > header {
}
}
.press-articles li {
list-style-type: none; /* Remove bullets */
padding: 0; /* Remove padding */
margin: 0; /* Remove margins */
margin-top: 1.1em; margin-bottom: 1.1em;
}
#navbar li a:hover, #navbar li a:focus {
border-bottom: 0.25rem solid var(--light-green);

View file

@ -8,7 +8,7 @@
<h2 id="Filing">Coverage of the <a href="/docs/software-freedom-conservancy-v-vizio-complaint-2021-10-19.pdf">Complaint</a> filing</h2>
<ul>
<ul class="press-articles">
<li><a href="https://www.theregister.com/2021/10/20/vizio_gpl_lawsuit/"><b>The Register</b> &mdash; &ldquo;Software Freedom Conservancy sues TV maker Vizio for GPL infringement&rdquo;</a></li>
<li><a href="https://lwn.net/SubscriberLink/873415/6a613fb23105d329/"><b>LWN</b> &mdash; &ldquo;Empowering users of GPL software&rdquo;</a></li>
<li><a href="https://www.zdnet.com/article/software-freedom-conservancy-sues-vizio-for-gpl-violations/"><b>ZDNET</b> &mdash; &ldquo;Software Freedom Conservancy sues Vizio for GPL violations&rdquo;</a></li>