diff options
author | Egil Moeller <egil.moller@freecode.no> | 2010-04-06 19:50:25 +0200 |
---|---|---|
committer | Egil Moeller <egil.moller@freecode.no> | 2010-04-06 19:50:25 +0200 |
commit | d421b4a5563719ed9bebf7c9fbc5e0a6f074ff32 (patch) | |
tree | 6d0f47f2f37c35ef4646c81f6ebcdf780f82cf6b | |
parent | 06fbed86dcec9b4021ae782d293dfac73436fef4 (diff) | |
download | etherpad-d421b4a5563719ed9bebf7c9fbc5e0a6f074ff32.tar.gz etherpad-d421b4a5563719ed9bebf7c9fbc5e0a6f074ff32.tar.xz etherpad-d421b4a5563719ed9bebf7c9fbc5e0a6f074ff32.zip |
Styling bugfixes
-rw-r--r-- | etherpad/src/plugins/twitterStyleTags/templates/tagBrowser.ejs | 2 | ||||
-rw-r--r-- | etherpad/src/templates/admin/pluginmanager.ejs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etherpad/src/plugins/twitterStyleTags/templates/tagBrowser.ejs b/etherpad/src/plugins/twitterStyleTags/templates/tagBrowser.ejs index d5d09c3..1f33eb8 100644 --- a/etherpad/src/plugins/twitterStyleTags/templates/tagBrowser.ejs +++ b/etherpad/src/plugins/twitterStyleTags/templates/tagBrowser.ejs @@ -54,7 +54,7 @@ limitations under the License. */ %> <div id="padpage"> <div id="padtop"> - <div id="topbar" style="margin: 7px; margin-top: 0px;"> + <div id="topbar"> <div id="topbarleft"><!-- --></div> <div id="topbarright"><!-- --></div> <div id="topbarcenter"><a href="/" id="topbaretherpad">EtherPad</a></div> diff --git a/etherpad/src/templates/admin/pluginmanager.ejs b/etherpad/src/templates/admin/pluginmanager.ejs index 1cd7139..077d10a 100644 --- a/etherpad/src/templates/admin/pluginmanager.ejs +++ b/etherpad/src/templates/admin/pluginmanager.ejs @@ -53,7 +53,7 @@ limitations under the License. */ %> <div id="padpage"> <div id="padtop"> - <div id="topbar" style="margin: 7px; margin-top: 0px;"> + <div id="topbar"> <div id="topbarleft"><!-- --></div> <div id="topbarright"><!-- --></div> <div id="topbarcenter"><a href="/" id="topbaretherpad">EtherPad</a></div> |