From: Brian Warner <warner@lothar.com>
Date: Tue, 2 Sep 2014 20:44:53 +0000 (-0700)
Subject: welcome page: improve CSS slightly for narrow windows
X-Git-Tag: allmydata-tahoe-1.10.1a1~152
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/css/module-simplejson.encoder.html?a=commitdiff_plain;h=7015f21e5a359ce55db3b4e81cbbb556b5759386;p=tahoe-lafs%2Ftahoe-lafs.git

welcome page: improve CSS slightly for narrow windows

Thanks to tarcieri for the patch.

refs ticket:1931
---

diff --git a/src/allmydata/web/static/css/new-tahoe.css b/src/allmydata/web/static/css/new-tahoe.css
index dfe24637..fa1269a1 100644
--- a/src/allmydata/web/static/css/new-tahoe.css
+++ b/src/allmydata/web/static/css/new-tahoe.css
@@ -4,6 +4,7 @@ body {
 }
 
 .sidebar-nav {
+  min-width: 250px;
   padding: 9px 0;
 }
 
@@ -51,6 +52,7 @@ body {
 
 .furl {
     font-size: 0.8em;
+    word-wrap: break-word;
 }
 
 .peerid {