[dw-nonfree] Selective Display of the Navigation Footer in Transmogrified
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/42c3f204bf4e]
http://bugs.dwscoalition.org/show_bug.cgi?id=1516
Hide the navigation element in transmogrified when it is empty, to avoid an
out of place line.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1516
Hide the navigation element in transmogrified when it is empty, to avoid an
out of place line.
Patch by
Files modified:
- bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r 39c1b9c96016 -r 42c3f204bf4e bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2 Fri Aug 20 11:18:55 2010 -0500
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2 Mon Aug 23 18:33:10 2010 +0800
@@ -878,6 +878,10 @@ function Page::print_default_stylesheet
padding-left: 1px;
}
+ .navigation.empty {
+ display: none;
+ }
+
.page-tags #content h2 {
padding: 0.2em;
margin: 0;
--------------------------------------------------------------------------------
