[postgis-tickets] [SCM] postgis.net branch website-pr updated. 83f69a94b1914b5876da5a989c0ee6adaa7f086f

git at osgeo.org git at osgeo.org
Wed May 10 13:08:07 PDT 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "postgis.net".

The branch, website-pr has been updated
       via  83f69a94b1914b5876da5a989c0ee6adaa7f086f (commit)
      from  4e412a1a3086c847fa4009fa3d202db387907f4c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 83f69a94b1914b5876da5a989c0ee6adaa7f086f
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed May 10 13:08:02 2023 -0700

    borders

diff --git a/static/custom.css b/static/custom.css
index 89559a1..3060d61 100644
--- a/static/custom.css
+++ b/static/custom.css
@@ -76,6 +76,15 @@ h1.postgis_home {
   margin-right: 1.9rem;
 }
 
+div.postgis_event {
+  border-bottom: solid grey 1px;
+}
+
+div.postgis_event:last-child {
+  border-bottom: none;
+}
+
+
 .postgis_readmore {
   text-align: right;
   padding-top: 0;
@@ -89,13 +98,14 @@ div.postgis_front_matter {
 
 article.gdoc-post {
   padding: 1rem 0;
+  border-top: solid grey 1px;
 }
 
 article.gdoc-post:nth-child(2) {
-  padding: 1rem 0;
   border: none;
 }
 
+
 h1.gdoc-post__title {
   font-size: 1.6rem;
 }

-----------------------------------------------------------------------

Summary of changes:
 static/custom.css | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list