[dw-free] "Back to Top" title link should be included in all Dreamwidth styles by default
[commit: http://hg.dwscoalition.org/dw-free/rev/9c51b6c34304]
http://bugs.dwscoalition.org/show_bug.cgi?id=3472
Add Back to Top to Skittlish Dreams
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3472
Add Back to Top to Skittlish Dreams
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/skittlishdreams/layout.s2
-------------------------------------------------------------------------------- diff -r 411f44195280 -r 9c51b6c34304 bin/upgrading/s2layers/skittlishdreams/layout.s2 --- a/bin/upgrading/s2layers/skittlishdreams/layout.s2 Tue Jul 12 18:57:10 2011 +0800 +++ b/bin/upgrading/s2layers/skittlishdreams/layout.s2 Tue Jul 12 19:17:50 2011 +0800 @@ -348,11 +348,13 @@ """ </div><div style="clear:both;"></div> </div> - <div id="footer"> + <div id="footer"><div class="inner"> """; + $this->print_module_section("three"); + print safe """<div class="page-top"><a href="#">$*text_page_top</a></div>"""; """ - </div> + </div></div> """; $this->print_wrapper_end(); """ @@ -739,12 +741,35 @@ #content > hr {display: none; } -.module-section-three {clear: both; $footer_background $header_footer_colors padding: 0.5em 1em; } -.two-columns-right .module-section-three {margin-right:5px;} -.two-columns-left .module-section-three {margin-left:5px;} .module-section-three a:hover { $header_footer_hover_colors } .module-section-three .module {padding-left: 20px; } +#footer .inner { + clear: both; + $footer_background + $header_footer_colors + padding: .5em 1em; + } + +.two-columns-right #footer .inner { + margin-right: 5px; + } + +.two-columns-left #footer .inner { + margin-left: 5px; + } + +#footer .inner .inner { + background: none; + height: auto; + margin: 0; + padding: 0; + } + +#footer .page-top { + text-align: right; + } + .module-tags_cloud li, .tags_cloud li { display: inline; list-style-type: none; } .hfeed .navigation, #archive-year .navigation, #archive-month .navigation, #archive-day .navigation {height:61px; margin-bottom:-20px; } --------------------------------------------------------------------------------