aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-06-08 18:27:34 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2010-06-08 18:27:34 +0200
commit77de9c01ddc70ce64e45d7742018860394888988 (patch)
tree6350222d8ef05f48477e9da476e1b615be140fa4
parente940b76189bfd11158eeeb44a33a7cdfe143cfc0 (diff)
downloadetherpad-77de9c01ddc70ce64e45d7742018860394888988.tar.gz
etherpad-77de9c01ddc70ce64e45d7742018860394888988.tar.xz
etherpad-77de9c01ddc70ce64e45d7742018860394888988.zip
fixed headlines
-rw-r--r--etherpad/src/static/css/broadcast.css3
-rw-r--r--etherpad/src/static/css/pad2_ejs.css2
2 files changed, 3 insertions, 2 deletions
diff --git a/etherpad/src/static/css/broadcast.css b/etherpad/src/static/css/broadcast.css
index afb65b8..e828fb8 100644
--- a/etherpad/src/static/css/broadcast.css
+++ b/etherpad/src/static/css/broadcast.css
@@ -1,5 +1,6 @@
*,html.body { margin: 0; padding: 0; }
-h1, h2, h3, h4, h5, h6 { display: inline; line-height: 2em; }
+
+#padmain h1, #padmain h2, #padmain h3, #padmain h4, #padmain h5, #padmain h6 { display: inline; line-height: 2em; }
.clear { clear: both; }
diff --git a/etherpad/src/static/css/pad2_ejs.css b/etherpad/src/static/css/pad2_ejs.css
index 71176ee..45528d0 100644
--- a/etherpad/src/static/css/pad2_ejs.css
+++ b/etherpad/src/static/css/pad2_ejs.css
@@ -1,7 +1,7 @@
*,html.body { margin: 0; padding: 0; }
-h1, h2, h3, h4, h5, h6 { display: inline; line-height: 2em; }
+#innerdocbody h1, #innerdocbody h2, #innerdocbody h3, #innerdocbody h4, #innerdocbody h5, #innerdocbody h6 { display: inline; line-height: 2em; }
.clear { clear: both; }