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.
This commit is contained in:
Brian Warner 2012-03-06 18:22:41 -08:00
parent fe1df149e1
commit ec7bc05c04
2 changed files with 2 additions and 4 deletions

View 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 {

View File

@ -22,11 +22,9 @@
<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>