Add View Archives button to mailing lists box
authorxenophenes <sarah.conway@crunchydata.com>
Thu, 19 Apr 2018 23:45:38 +0000 (16:45 -0700)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Fri, 20 Apr 2018 18:30:36 +0000 (14:30 -0400)
media/css/main.css
templates/index.html

index 89e715e1b1b7d1d36647f2e783cf2d50d9075f27..12ce5f25019d27fb71092b78e55be480047ae234 100644 (file)
@@ -343,7 +343,7 @@ blockquote {
 .feature button.btn.btn-center.btn-primary {
     position: relative;
     bottom: 0;
-    margin: 0 auto;
+    margin: 0.25rem auto;
 }
 
 .text {
index 7b0e417ddb9d846fa612ce8bcb206a4d3e392742..e4d2a8e1d29b8bb648dd25e9001d1bc983929121 100644 (file)
@@ -99,6 +99,7 @@
         </p>
       </div>
       <a href="https://lists.postgresql.org" title="Subscribe"><button type="button" class="btn btn-center btn-primary">Subscribe</button></a>
+      <a href="https://www.postgresql.org/list/" title="View Archives"><button type="button" class="btn btn-center btn-primary">View Archives</button></a>
     </div>
     <!-- END Feature -->
   </div>