﻿.ckeditor-container table
{
    width: 100%;
}

.ckeditor-container img
{
    width: 100%; /* 编辑器插入的图片宽度固定为 100%，方便适应手机分辨率 */
}

.ckeditor-container .text-tiny
{
    font-size: .7em;
}

.ckeditor-container .text-small
{
    font-size: .85em;
}

.ckeditor-container .text-big
{
    font-size: 1.4em;
}

.ckeditor-container .text-huge
{
    font-size: 1.8em;
}

.ckeditor-container p.indent
{
    text-indent: 2em;
}
