1
0

* Removed inline styles of the s9y media insertion, they will now

properly utilize CSS classes (defined in the new file
      style_fallback.css). Also added support for entering "ALT"
      attributes to an <img> tag, can be used as a media property if
      you add "ALT" to the list of "Media properties" in the
      main configuration. (garvinhicking)
This commit is contained in:
Garvin Hicking
2009-07-14 09:22:06 +00:00
parent b725297b16
commit d6e3190d2d
73 changed files with 350 additions and 38 deletions

View File

@ -583,6 +583,7 @@ function serendipity_emit_htmlarea_code($item, $jsname, $spawnMulti = false) {
(defined('LANG_DIRECTION') ? LANG_DIRECTION : 'ltr')
),
file_get_contents(serendipity_getTemplateFile('style_fallback.css', 'serendipityPath')) .
file_get_contents(serendipity_getTemplateFile('htmlarea.css', 'serendipityPath'))
);
?>