[postgis-tickets] [SCM] postgis.net branch hugo updated. 235edccce873ed9eba0776f2ba75e738abf9496a
git at osgeo.org
git at osgeo.org
Sat Feb 26 09:18:41 PST 2022
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, hugo has been updated
via 235edccce873ed9eba0776f2ba75e738abf9496a (commit)
via acba1ef2068ab3e18ccab9c46f1c66b4c0155434 (commit)
from a39551d1bef4f71abd8db8f8d995467f9fc55492 (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 235edccce873ed9eba0776f2ba75e738abf9496a
Author: Regina Obe <lr at pcorp.us>
Date: Sat Feb 26 12:18:37 2022 -0500
Make mobile navigation icon show
diff --git a/assets/sass/_custom.sass b/assets/sass/_custom.sass
index a1112fa..61ec64c 100644
--- a/assets/sass/_custom.sass
+++ b/assets/sass/_custom.sass
@@ -14,3 +14,6 @@ a
a.nav_item
text-decoration: none
+
+nav_close
+ text-color: black
diff --git a/assets/sass/_override.sass b/assets/sass/_override.sass
index 11fdd10..65e3569 100644
--- a/assets/sass/_override.sass
+++ b/assets/sass/_override.sass
@@ -2,3 +2,14 @@
// we recommend not editing this file directly. Instead, create an `assets/sass/_override.sass` file at the root level of your site.
// if you edit this file directly, you will have to resolve git conflicts when and if you decide to pull changes we make on the theme
//Sass color variables
+.nav
+ &_open + &_sub
+ height: initial
+ z-index: 999
+ overflow: initial
+ border-radius: 0.5rem
+ padding-bottom: 0.5rem
+ @media screen and (min-width: $mobile-menu-breakpoint)
+ color: #000
+.nav_close
+ background-color: black
commit acba1ef2068ab3e18ccab9c46f1c66b4c0155434
Author: Regina Obe <lr at pcorp.us>
Date: Sat Feb 26 12:06:55 2022 -0500
Fix numbering
diff --git a/content/pages/development.md b/content/pages/development.md
index 6662143..1046eb1 100644
--- a/content/pages/development.md
+++ b/content/pages/development.md
@@ -51,5 +51,5 @@ Key things we need:
2. For enhancements and new features we expect <a href="http://trac.osgeo.org/postgis/wiki/DevWikiCUnit" target="_blank">CUnit tests</a> and <a href="http://trac.osgeo.org/postgis/wiki/DevWikiPGRegress" target="_blank">PostgreSQL test</a> included. Non-lwgeom patches don't need CUnit tests.
3. For new features we expect a <a href="http://trac.osgeo.org/postgis/wiki/DevWikiDocNewFeature" target="_blank">documentation patch</a>.
4. Make sure your code has copyright info and is GPLv2 compatible.
-5. {{< /columns >}}
+{{< /columns >}}
-----------------------------------------------------------------------
Summary of changes:
assets/sass/_custom.sass | 3 +++
assets/sass/_override.sass | 11 +++++++++++
content/pages/development.md | 2 +-
3 files changed, 15 insertions(+), 1 deletion(-)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list