appy.gen: improved cleaning and formatting of XHTML content; appy.pod: added some default appy-related table styles for producing cells with text in bold/normal, aligned right/left, etc.
This commit is contained in:
parent
d3a2b85a10
commit
028040351c
11 changed files with 195 additions and 54 deletions
|
@ -30,4 +30,8 @@ CKEDITOR.editorConfig = function( config )
|
|||
config.format_h2 = { element:'h2', attributes:{'style':'margin:0;padding:0'}};
|
||||
config.format_h3 = { element:'h3', attributes:{'style':'margin:0;padding:0'}};
|
||||
config.format_h4 = { element:'h4', attributes:{'style':'margin:0;padding:0'}};
|
||||
config.entities = false;
|
||||
config.entities_greek = false;
|
||||
config.entities_latin = false;
|
||||
config.fillEmptyBlocks = false;
|
||||
};
|
||||
|
|
|
@ -12,3 +12,4 @@ ol,ul,dl {
|
|||
padding:0 40px;
|
||||
}
|
||||
img { margin-right: 5px}
|
||||
table { border-collapse: collapse; border-spacing: 0 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue