From: David <d@kattfest.se>
Date: Thu, 26 Dec 2013 22:26:56 +0000 (+0100)
Subject: Right aligning services div
X-Git-Tag: allmydata-tahoe-1.10.1a1~205^2
X-Git-Url: https://git.rkrishnan.org/specifications/vdrive/$top_link?a=commitdiff_plain;h=refs%2Fpull%2F81%2Fhead;p=tahoe-lafs%2Ftahoe-lafs.git

Right aligning services div
---

diff --git a/src/allmydata/web/static/css/bootstrap.css b/src/allmydata/web/static/css/bootstrap.css
index 3b08aad2..8c65b13f 100644
--- a/src/allmydata/web/static/css/bootstrap.css
+++ b/src/allmydata/web/static/css/bootstrap.css
@@ -192,6 +192,8 @@ a:hover {
   width: 380px;
 }
 .span4 {
+  position: absolute;
+  right: 0px;
   width: 300px;
 }
 .span3 {