git-svn-id: http://xe-core.googlecode.com/svn/trunk@574 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-20 09:04:33 +00:00
parent 1d5e065dac
commit 47fdc889c3
2 changed files with 1 additions and 7 deletions

View file

@ -36,12 +36,6 @@ a.bold {
border:3px dotted #2661db; border:3px dotted #2661db;
} }
div,body {
font-size:9pt;
font-weight:normal;
}
h1 { h1 {
font-size:20pt; font-size:20pt;
font-weight:bold; font-weight:bold;

View file

@ -52,7 +52,7 @@ function editorStart(upload_target_srl) {
'<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"/>'+ '<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"/>'+
'<link rel="stylesheet" href="./common/css/default.css" type="text/css" />'+ '<link rel="stylesheet" href="./common/css/default.css" type="text/css" />'+
'<link rel="stylesheet" href="'+editor_path+'/css/editor.css" type="text/css" />'+ '<link rel="stylesheet" href="'+editor_path+'/css/editor.css" type="text/css" />'+
'</head><body style="background-color:#FFFFFF;font-family:'+default_font+';" upload_target_srl="'+upload_target_srl+'">'+ '</head><body style="background-color:#FFFFFF;font-family:'+default_font+';font-size:9pt;" upload_target_srl="'+upload_target_srl+'">'+
content+ content+
'</body></html>'+ '</body></html>'+
''; '';