]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
welcome page: improve CSS slightly for narrow windows
authorBrian Warner <warner@lothar.com>
Tue, 2 Sep 2014 20:44:53 +0000 (13:44 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 2 Sep 2014 20:44:53 +0000 (13:44 -0700)
Thanks to tarcieri for the patch.

refs ticket:1931

src/allmydata/web/static/css/new-tahoe.css

index dfe24637336ab14ac2e062a7fe9e4d7044e159e0..fa1269a10796902374e5e1efc246e5afb18188de 100644 (file)
@@ -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 {