From: Daira Hopwood Date: Thu, 5 Sep 2013 17:12:48 +0000 (+0100) Subject: Wed Mar 7 02:22:41 GMT 2012 Brian Warner X-Git-Url: https://git.rkrishnan.org/vdrive/%5B/%5D%20/%22news.html/provisioning?a=commitdiff_plain;h=4676e8b94534182f1bb1fbda3a6dd890eaa5042b;p=tahoe-lafs%2Ftahoe-lafs.git Wed Mar 7 02:22:41 GMT 2012 Brian Warner * 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. --- diff --git a/src/allmydata/web/static/tahoe.css b/src/allmydata/web/static/tahoe.css index e834ecc7..297bbe44 100644 --- a/src/allmydata/web/static/tahoe.css +++ b/src/allmydata/web/static/tahoe.css @@ -80,7 +80,7 @@ th.nickname-and-peerid { /* just in case, make sure floats don't stomp on big tables etc. */ -#section { clear: both; } +.section { clear: both; } /* section-specific styles - turn this client info into a sidebar */ #this-client { diff --git a/src/allmydata/web/welcome.xhtml b/src/allmydata/web/welcome.xhtml index 5c86cfc2..5fd3cddf 100644 --- a/src/allmydata/web/welcome.xhtml +++ b/src/allmydata/web/welcome.xhtml @@ -22,11 +22,9 @@ Tahoe-LAFS code imported from: Services running: - - -
+

Controls

There are also controls for each directory on that directory's page.