From 8087e64fbfe45e0f6464fc6d008bae279de9dca1 Mon Sep 17 00:00:00 2001
From: Alexander Sulfrian <alexander@sulfrian.net>
Date: Wed, 3 Feb 2010 18:57:28 +0100
Subject: modified background position for spline header logo

---
 etherpad/src/static/css/pad2_ejs.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/etherpad/src/static/css/pad2_ejs.css b/etherpad/src/static/css/pad2_ejs.css
index 9d68fe1..eb7b625 100644
--- a/etherpad/src/static/css/pad2_ejs.css
+++ b/etherpad/src/static/css/pad2_ejs.css
@@ -51,11 +51,11 @@ a#backtoprosite { padding-left: 20px; left: 6px;
 #accountnav { right: 10px; color: #fff; }
   
 #topbarcenter { margin-left: 150px; margin-right: 150px; }
-a#topbaretherpad { margin-left: auto; margin-right: auto; display: block; width: 103px;
-  position: relative; top: 3px; height: 0; padding-top: 20px;
-  background: url(/static/img/jun09/pad/padtop5.png) no-repeat -397px -3px; overflow: hidden; }
+a#topbaretherpad { margin-left: auto; margin-right: auto; display: block; width: 127px;
+  position: relative; top: 0px; height: 0; padding-top: 25px;
+  background: url(/static/img/jun09/pad/padtop5.png) no-repeat -397px 0px; overflow: hidden; }
 
-.propad a#topbaretherpad { background: url(/static/img/jun09/pad/protop.png) no-repeat -397px -3px; }
+.propad a#topbaretherpad { background: url(/static/img/jun09/pad/protop.png) no-repeat -397px 0px; }
 
 #specialkeyarea { top: 5px; left: 250px; color: yellow; font-weight: bold;
   font-size: 1.5em; position: absolute; }
-- 
cgit v1.2.3