aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-02-03 18:57:28 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2010-02-03 18:57:28 +0100
commit8087e64fbfe45e0f6464fc6d008bae279de9dca1 (patch)
tree7210e85ef5442d1f474fcd817f1096a8186b5512
parentef6ab92dc6217778856fcdd67931eda3b17cc97a (diff)
downloadetherpad-8087e64fbfe45e0f6464fc6d008bae279de9dca1.tar.gz
etherpad-8087e64fbfe45e0f6464fc6d008bae279de9dca1.tar.xz
etherpad-8087e64fbfe45e0f6464fc6d008bae279de9dca1.zip
modified background position for spline header logo
-rw-r--r--etherpad/src/static/css/pad2_ejs.css8
1 files 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; }