diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-06-08 18:27:34 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2010-06-08 18:27:34 +0200 |
commit | 77de9c01ddc70ce64e45d7742018860394888988 (patch) | |
tree | 6350222d8ef05f48477e9da476e1b615be140fa4 | |
parent | e940b76189bfd11158eeeb44a33a7cdfe143cfc0 (diff) | |
download | etherpad-77de9c01ddc70ce64e45d7742018860394888988.tar.gz etherpad-77de9c01ddc70ce64e45d7742018860394888988.tar.xz etherpad-77de9c01ddc70ce64e45d7742018860394888988.zip |
fixed headlines
-rw-r--r-- | etherpad/src/static/css/broadcast.css | 3 | ||||
-rw-r--r-- | 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; } |