]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Wed Mar 7 02:22:41 GMT 2012 Brian Warner <warner@lothar.com>
authorDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 17:12:48 +0000 (18:12 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 17:12:48 +0000 (18:12 +0100)
  * 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

index e834ecc7011379ce2ab11545fe91bd15cc61a282..297bbe4403141c1a498d7df408abb874f08e3115 100644 (file)
@@ -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 {
index 5c86cfc247c3fa9497d6d0270b0be22d4758abcc..5fd3cddf5874f43fe62e9f4c52c0f2e2aceee0f0 100644 (file)
     <tr><th>Tahoe-LAFS code imported from:</th> <td n:render="string" n:data="import_path" /></tr>
     <tr><th>Services running:</th> <td n:render="services" /></tr>
   </table>
-  
-
 </div>
 
-<div class="section" id="controls">
+<div id="controls">
 <h2>Controls</h2>
 
   <p>There are also controls for each directory on that directory's page.</p>