Changeset - b36800e0784f
[Not reviewed]
0 6 0
Ben Sturmfels (bsturmfels) - 2 years ago 2021-10-15 10:43:43
ben@sturm.com.au
Apply max widths and margins to all pages.

Due to the varying types of layouts used and the short time-frame the best
option seems to set a max-width etc. around the "outercontent" block. For now
this means we can't do "full bleed" body content, but that's not currently used
anyway.
6 files changed with 14 insertions and 12 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -149,3 +149,3 @@ p.footnote {
 
h1 { margin-top: .75em; margin-bottom: .5em; }
 
/* h2 { margin-top: .75em; margin-bottom: .5em; } */
 
h2 { margin-top: .75em; margin-bottom: .5em; }
 
h3 { margin-top: .6em; margin-bottom: .4em; }
...
 
@@ -235,3 +235,4 @@ body > header {
 
}
 
#navbar li:last-child ul {
 
/* Right-align the second last and last sub-menus. */
 
#navbar li:nth-last-child(2) ul, #navbar li:nth-last-child(1) ul {
 
  left: auto;
...
 
@@ -242,5 +243,4 @@ body > header {
 

	
 

	
 
#mainContent {
 
  margin: 0 auto;
 
  overflow: auto;
 
}
www/conservancy/static/error/401/index.html
Show inline comments
...
 
@@ -5,3 +5,3 @@
 

	
 
<p>The page you request at <tt>sfconservancy.org</tt>
 
<p>The page you requested at <tt>sfconservancy.org</tt>
 
requires authorization.  Please use the navigation items to find a
www/conservancy/static/error/403/index.html
Show inline comments
...
 
@@ -5,3 +5,3 @@
 

	
 
<p>The page you request at <tt>sfconservancy.org</tt>
 
<p>The page you requested at <tt>sfconservancy.org</tt>
 
does not have read permission.  Please use the navigation items to
www/conservancy/static/error/404/index.html
Show inline comments
...
 
@@ -5,6 +5,5 @@
 

	
 
<p>The page you request at <tt>sfconservancy.org</tt>
 
<p>The page you requested at <tt>sfconservancy.org</tt>
 
was not found.  Please use the navigation items to find a page that is
 
available.</p>
 

	
 
{% endblock %}
www/conservancy/templates/500.html
Show inline comments
...
 
@@ -5,3 +5,3 @@
 

	
 
<p>The page you request at <tt>sfconservancy.org</tt> is
 
<p>The page you requested at <tt>sfconservancy.org</tt> is
 
unavailable due to an internal server error.</p>
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -48,3 +48,3 @@
 

	
 
    <div id="navbar-outer">
 
    <div id="navbar-outer" class="mb2">
 
      <div id="navbar" class="center mw8 nested-list-resetb">
...
 
@@ -69,3 +69,3 @@
 
              <li><a href="/sponsors/">Sponsors</a></li>
 
              <li><a href="/sustainers/">Sustainers</a></li>
 
              <li><a href="/sustainer/">Sustainers</a></li>
 
              <li><a href="#fixme">Board of Directors</a></li>
...
 
@@ -175,3 +175,6 @@
 

	
 
      {% block outercontent %}<div id="mainContent" class="mw8"> {% block content %}{% endblock %}</div>{% endblock %}
 
    <div class="mw8 center ph2 ph3-ns">
 
      {% block outercontent %}<div id="mainContent"> {% block content %}{% endblock %}</div>{% endblock %}
 
    </div>
 

	
 
    <div id="conservancyfooter" class="mt4 pt3 ph3 bg-light-gray">
0 comments (0 inline, 0 general)