allura
修訂 | e5f2d72d95ba659458e5e418d5368697f8ee6ecc (tree) |
---|---|
時間 | 2012-05-22 08:05:21 |
作者 | Jenny Steele <jsteele@geek...> |
Commiter | Cory Johns |
[#4250] Markdown preview now shows layout more accurately
@@ -5,7 +5,7 @@ | ||
5 | 5 | <a href="{{c.app.url}}markdown_syntax_dialog" class="markdown_help btn" title="Formatting Help"><b data-icon="{{g.icons['help'].char}}" class="ico {{g.icons['help'].css}}"></b> Formatting Help</a> |
6 | 6 | <div style="clear:both"></div> |
7 | 7 | <textarea id="{{id or rendered_name}}" name="{{rendered_name}}" class="auto_resize" {{widget.j2_attrs(attrs)}}>{{value or ''}}</textarea> |
8 | - <div class="markdown_preview" style="display:none"></div> | |
8 | + <div class="markdown_preview nested-grid-container" style="display:none"></div> | |
9 | 9 | <a href="#" class="markdown_preview btn" title="Preview"><b data-icon="{{g.icons['search'].char}}" class="ico {{g.icons['search'].css}}"></b> Preview</a> |
10 | 10 | <a href="#" class="markdown_edit btn" style="display:none" title="Edit"><b data-icon="{{g.icons['pencil'].char}}" class="ico {{g.icons['pencil'].css}}"></b> Edit</a> |
11 | 11 | <div class="modal markdown_help" style="display:none"> |