]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
tahoe.css: fix #section typo, update welcome.xhtml to match
authorBrian Warner <warner@lothar.com>
Wed, 7 Mar 2012 02:22:41 +0000 (18:22 -0800)
committerBrian Warner <warner@lothar.com>
Wed, 7 Mar 2012 02:22:41 +0000 (18:22 -0800)
commitec7bc05c045d78feefea525fc1d428f160482533
tree34903c2f19cad495d9b90152d535e5e7dfe4c19f
parentfe1df149e1b05308860e3c3fff7ecf2e7a626172
tahoe.css: fix #section typo, update welcome.xhtml to match

The "#section" declaration (which matches id="section") should have been
".section" (which matches class="section").

The welcome page has a feature that I actually liked: the little "This
Client" sidebar sits just to the right of the start of the Controls block.
Fixing .section broke that (the clear:both introduces a gap, forcing the
Controls block to start strictly below the bottom of the This Client block).
So I also removed class="section" from the Controls block to allow them to
share the horizontal space again.
src/allmydata/web/static/tahoe.css
src/allmydata/web/welcome.xhtml