diff options
author | alexanders@b2ef00c0-3703-41da-baef-cfe82387ac0c <none@none> | 2010-02-03 17:59:05 +0000 |
---|---|---|
committer | alexanders@b2ef00c0-3703-41da-baef-cfe82387ac0c <none@none> | 2010-02-03 17:59:05 +0000 |
commit | f72a984f77904c4995bfee44b1b6d2fb937b2bb6 (patch) | |
tree | 7210e85ef5442d1f474fcd817f1096a8186b5512 | |
parent | ef6ab92dc6217778856fcdd67931eda3b17cc97a (diff) | |
download | etherpad-f72a984f77904c4995bfee44b1b6d2fb937b2bb6.tar.gz etherpad-f72a984f77904c4995bfee44b1b6d2fb937b2bb6.tar.xz etherpad-f72a984f77904c4995bfee44b1b6d2fb937b2bb6.zip |
modified background position for spline header logo
--HG--
extra : convert_revision : svn%3Ab2ef00c0-3703-41da-baef-cfe82387ac0c/trunk%4028
-rw-r--r-- | etherpad/src/static/css/pad2_ejs.css | 8 |
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; } |