diff options
Diffstat (limited to 'views/default/css/wysiwyg.php')
-rw-r--r-- | views/default/css/wysiwyg.php | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/views/default/css/wysiwyg.php b/views/default/css/wysiwyg.php deleted file mode 100644 index f696729ab..000000000 --- a/views/default/css/wysiwyg.php +++ /dev/null @@ -1,36 +0,0 @@ -/* CSS for CKEditor content iframe */ - -<?php // The Elgg CSS reset forces the scrollbar which we don't want ?> -html, body { - height: auto; - margin: 0; -} - -body { - margin: 8px; -} - -dt { font-weight: bold } -dd { margin: 0 0 1em 1em } - -ul, ol { - margin: 0 1.5em 1.5em 0; - padding-left: 1.5em; -} -ul { - list-style-type: disc; -} -ol { - list-style-type: decimal; -} -table { - border: 1px solid #ccc; -} -table td { - border: 1px solid #ccc; - padding: 3px 5px; -} -img { - max-width: 100%; - height: auto; -}
\ No newline at end of file |