Bug #249650 --> clean up some old style rules that aren't needed now. Fixes the large white space in the message pane.

This commit is contained in:
scott%scott-macgregor.org 2004-07-13 19:52:08 +00:00
Родитель 5044b8a007
Коммит 8d64f85ae4
2 изменённых файлов: 2 добавлений и 24 удалений

Просмотреть файл

@ -66,17 +66,6 @@ const MESSAGE_TEMPLATE = "\n\
border: none;\n\
padding: 0;\n\
}\n\
#toolbar {\n\
position: fixed;\n\
top: 0;\n\
right: 0;\n\
left: 0;\n\
height: 1.4em;\n\
margin: 0;\n\
border-bottom: thin solid black;\n\
padding-left: 0.5em;\n\
background-color: -moz-dialog;\n\
}\n\
%STYLE%\n\
</style>\n\
</head>\n\
@ -95,7 +84,7 @@ const REMOTE_CONTENT_TEMPLATE = "\n\
const REMOTE_STYLE = "\n\
iframe {\n\
position: fixed;\n\
top: 1.4em;\n\
top: 0;\n\
right: 0;\n\
bottom: 0;\n\
left: 0;\n\

Просмотреть файл

@ -686,17 +686,6 @@ const MESSAGE_TEMPLATE = "\n\
border: none;\n\
padding: 0;\n\
}\n\
#toolbar {\n\
position: fixed;\n\
top: 0;\n\
right: 0;\n\
left: 0;\n\
height: 1.4em;\n\
margin: 0;\n\
border-bottom: thin solid black;\n\
padding-left: 0.5em;\n\
background-color: -moz-dialog;\n\
}\n\
%STYLE%\n\
</style>\n\
</head>\n\
@ -715,7 +704,7 @@ const REMOTE_CONTENT_TEMPLATE = "\n\
const REMOTE_STYLE = "\n\
iframe {\n\
position: fixed;\n\
top: 1.4em;\n\
top: 0;\n\
right: 0;\n\
bottom: 0;\n\
left: 0;\n\