Changeset - 1bee33f2789a
[Not reviewed]
0 2 0
Bradley M. Kuhn - 2 years ago 2021-10-22 03:36:41
bkuhn@sfconservancy.org
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.
2 files changed with 7 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -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);
www/conservancy/static/press/vizio-coverage.html
Show inline comments
...
 
@@ -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>
0 comments (0 inline, 0 general)