From 77de9c01ddc70ce64e45d7742018860394888988 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 8 Jun 2010 18:27:34 +0200 Subject: fixed headlines --- etherpad/src/static/css/broadcast.css | 3 ++- etherpad/src/static/css/pad2_ejs.css | 2 +- 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; } -- cgit v1.2.3