summaryrefslogtreecommitdiffstats
path: root/etherpad
diff options
context:
space:
mode:
authorEgil Moeller <egil.moller@freecode.no>2010-04-06 19:50:25 +0200
committerEgil Moeller <egil.moller@freecode.no>2010-04-06 19:50:25 +0200
commitd421b4a5563719ed9bebf7c9fbc5e0a6f074ff32 (patch)
tree6d0f47f2f37c35ef4646c81f6ebcdf780f82cf6b /etherpad
parent06fbed86dcec9b4021ae782d293dfac73436fef4 (diff)
downloadetherpad-d421b4a5563719ed9bebf7c9fbc5e0a6f074ff32.tar.gz
etherpad-d421b4a5563719ed9bebf7c9fbc5e0a6f074ff32.tar.bz2
etherpad-d421b4a5563719ed9bebf7c9fbc5e0a6f074ff32.zip
Styling bugfixes
Diffstat (limited to 'etherpad')
-rw-r--r--etherpad/src/plugins/twitterStyleTags/templates/tagBrowser.ejs2
-rw-r--r--etherpad/src/templates/admin/pluginmanager.ejs2
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>