Changeset - b723e6390acd
[Not reviewed]
Bradley M. Kuhn - 2 years ago 2021-10-21 19:49:42
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
...
 
@@ -226,2 +226,8 @@ body > header {
 

	
 
.press-articles ul li {
 
    list-style-type: none; /* Remove bullets */
 
    padding: 0; /* Remove padding */
 
    margin: 0; /* Remove margins */
 
    margin-top: .3em; margin-bottom: .3em;
 
}
 

	
www/conservancy/static/press/vizio-coverage.html
Show inline comments
...
 
@@ -10,3 +10,3 @@
 

	
 
<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>
0 comments (0 inline, 0 general)