Chris@0: /** Chris@0: * CSS added to iframe-based instances only. Chris@0: */ Chris@0: body { Chris@18: margin: 8px; Chris@18: color: #222; Chris@18: background-color: #fff; Chris@0: font-family: Arial, Verdana, sans-serif; Chris@0: font-size: 15px; Chris@0: } Chris@0: Chris@0: @media screen and (max-width: 600px) { Chris@0: /* A font-size of 16px prevents iOS from zooming. */ Chris@0: body { Chris@0: font-size: 16px; Chris@0: } Chris@0: } Chris@0: Chris@0: ol, Chris@0: ul, Chris@0: dl { Chris@0: /* Preserved spaces for list items with text direction other than the list. Chris@0: * (CKEditor issues #6249,#8049) */ Chris@0: padding: 0 40px; Chris@0: }