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:
parent
eb847f9f32
commit
1bee33f278
2 changed files with 7 additions and 1 deletions
|
@ -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);
|
||||
|
|
|
@ -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> — “Software Freedom Conservancy sues TV maker Vizio for GPL infringement”</a></li>
|
||||
<li><a href="https://lwn.net/SubscriberLink/873415/6a613fb23105d329/"><b>LWN</b> — “Empowering users of GPL software”</a></li>
|
||||
<li><a href="https://www.zdnet.com/article/software-freedom-conservancy-sues-vizio-for-gpl-violations/"><b>ZDNET</b> — “Software Freedom Conservancy sues Vizio for GPL violations”</a></li>
|
||||
|
|
Loading…
Reference in a new issue