diff --git a/www/conservancy/static/css/conservancy.css b/www/conservancy/static/css/conservancy.css index 8357d108..1078c763 100644 --- a/www/conservancy/static/css/conservancy.css +++ b/www/conservancy/static/css/conservancy.css @@ -147,7 +147,7 @@ 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; } #mainContent ul, #mainContent ol { padding-left: 1.5em; } @@ -233,16 +233,16 @@ body > header { #navbar li:hover ul { display: block; } -#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; right: 0; text-align: right; } - #mainContent { - margin: 0 auto; + overflow: auto; } #sidebar + #mainContent { float: left; diff --git a/www/conservancy/static/error/401/index.html b/www/conservancy/static/error/401/index.html index 672f339f..518eaff1 100644 --- a/www/conservancy/static/error/401/index.html +++ b/www/conservancy/static/error/401/index.html @@ -3,7 +3,7 @@
The page you request at sfconservancy.org +
The page you requested at sfconservancy.org requires authorization. Please use the navigation items to find a page that you are authorized to see.
diff --git a/www/conservancy/static/error/403/index.html b/www/conservancy/static/error/403/index.html index 936dff5f..42a783a9 100644 --- a/www/conservancy/static/error/403/index.html +++ b/www/conservancy/static/error/403/index.html @@ -3,7 +3,7 @@The page you request at sfconservancy.org +
The page you requested at sfconservancy.org does not have read permission. Please use the navigation items to find a page that you are authorized to see.
diff --git a/www/conservancy/static/error/404/index.html b/www/conservancy/static/error/404/index.html index 952f852c..a9e3b15b 100644 --- a/www/conservancy/static/error/404/index.html +++ b/www/conservancy/static/error/404/index.html @@ -3,8 +3,7 @@The page you request at sfconservancy.org +
The page you requested at sfconservancy.org was not found. Please use the navigation items to find a page that is available.
- {% endblock %} diff --git a/www/conservancy/templates/500.html b/www/conservancy/templates/500.html index 42098007..66fb0d23 100644 --- a/www/conservancy/templates/500.html +++ b/www/conservancy/templates/500.html @@ -3,7 +3,7 @@The page you request at sfconservancy.org is +
The page you requested at sfconservancy.org is unavailable due to an internal server error.
{% endblock %} diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html index b679fa27..24f2d127 100644 --- a/www/conservancy/templates/base_conservancy.html +++ b/www/conservancy/templates/base_conservancy.html @@ -46,7 +46,7 @@ -