[postgis-tickets] [SCM] postgis.net branch website-pr updated. bc99fce9c61f6bffc2ea6e9b9eb1f908ba67b6c5
git at osgeo.org
git at osgeo.org
Wed May 10 14:16:57 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 bc99fce9c61f6bffc2ea6e9b9eb1f908ba67b6c5 (commit)
from 2823260ace1748f72277253b219033970fdb5b09 (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 bc99fce9c61f6bffc2ea6e9b9eb1f908ba67b6c5
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Wed May 10 14:16:52 2023 -0700
narower tree
diff --git a/static/custom.css b/static/custom.css
index 3060d61..509b843 100644
--- a/static/custom.css
+++ b/static/custom.css
@@ -23,6 +23,21 @@ header.gdoc-header > div.container {
padding-bottom: 20px;
}
+/* Search for "14rem" to makes changes to the width */
+/* of the side navigation tree. Appears here and */
+/* also in the @media query to handle all the reponsive */
+/* details. */
+aside.gdoc-nav {
+/* background-color: red;*/
+ flex: 0 0 14rem;
+}
+
+aside.gdoc-nav nav {
+/* background-color: red;*/
+ width: 14rem;
+}
+
+
/* Place the PostGIS logo inside the Title element */
span.gdoc-brand__title {
display:none;
@@ -160,6 +175,15 @@ img.postgis_sponsor_logo {
display: inline;
}
+ .gdoc-nav{
+ margin-left:-14rem;
+ }
+
+ #menu-control:checked~main .gdoc-nav nav,
+ #menu-control:checked~main .gdoc-page {
+ transform:translateX(14rem);
+ }
+
}
-----------------------------------------------------------------------
Summary of changes:
static/custom.css | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list