Changeset - 54a8a83adb66
[Not reviewed]
0 1 0
Brett Smith (brett) - 5 years ago 2018-12-17 21:31:12
brett@sfconservancy.org
banners: Improve CSS.
1 file changed with 8 insertions and 4 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/supporter/banners.html
Show inline comments
...
 
@@ -14,3 +14,4 @@
 
    <a href="https://sfconservancy.org/supporter">
 
      <img src="https://sfconservancy.org/img/banners/2018-individual.jpg"
 
      <img style="width: 100%;"
 
           src="https://sfconservancy.org/img/banners/2018-individual.jpg"
 
           alt="Conservancy is a proponent for community driven free software projects.
...
 
@@ -23,3 +24,4 @@
 
  <a href="https://sfconservancy.org/supporter">
 
    <img src="/img/banners/2018-individual.jpg"
 
    <img style="width: 100%;"
 
         src="/img/banners/2018-individual.jpg"
 
         alt="Conservancy is a proponent for community driven free software projects.
...
 
@@ -33,3 +35,4 @@
 
    &lt;a href="https://sfconservancy.org/supporter"&gt;
 
      &lt;img src="https://sfconservancy.org/img/banners/2018-project.jpg"
 
      &lt;img style="width: 100%;"
 
           src="https://sfconservancy.org/img/banners/2018-project.jpg"
 
           alt="Conservancy helps make our work possible.
...
 
@@ -42,3 +45,4 @@
 
  <a href="https://sfconservancy.org/supporter">
 
    <img src="/img/banners/2018-project.jpg"
 
    <img style="width: 100%;"
 
         src="/img/banners/2018-project.jpg"
 
         alt="Conservancy helps make our work possible.
0 comments (0 inline, 0 general)