diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-02-04 13:56:25 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2010-02-04 13:56:25 +0100 |
commit | 8a34feb2f88b78a15fb145846df29662803183f9 (patch) | |
tree | c0809f09fac1bc3762fe613310e619362dc6452a | |
parent | 936ef455a1d328bb3e76f68a87224b4b3dc4d0dd (diff) | |
download | etherpad-8a34feb2f88b78a15fb145846df29662803183f9.tar.gz etherpad-8a34feb2f88b78a15fb145846df29662803183f9.tar.xz etherpad-8a34feb2f88b78a15fb145846df29662803183f9.zip |
fixed css for spline branding
-rw-r--r-- | etherpad/src/static/css/broadcast.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etherpad/src/static/css/broadcast.css b/etherpad/src/static/css/broadcast.css index 6c1dcf8..dd4b651 100644 --- a/etherpad/src/static/css/broadcast.css +++ b/etherpad/src/static/css/broadcast.css @@ -33,11 +33,11 @@ a#backtoprosite, #accountnav a { color: #cde7ff; text-decoration: underline; } #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/padtop4.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/padtop4.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; } #padmain { margin: 7px; @@ -384,4 +384,4 @@ div #timeslider div#steppers div#rightstep { #error a { color: rgb(50, 132, 213); text-decoration: none; -}
\ No newline at end of file +} |