diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-06-29 07:15:07 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-06-29 07:15:07 -0400 |
commit | ddf630c4b30a4264dfec23466b1c8dc8af886717 (patch) | |
tree | d5d9964352069d92b82d6dc718e609c022196b57 /mod/tinymce/css | |
parent | 25688ea0e0f1a233b506cd2eb2b5acd84d552f3a (diff) | |
download | elgg-ddf630c4b30a4264dfec23466b1c8dc8af886717.tar.gz elgg-ddf630c4b30a4264dfec23466b1c8dc8af886717.tar.bz2 |
moved tinymce content css into its own directory
Diffstat (limited to 'mod/tinymce/css')
-rw-r--r-- | mod/tinymce/css/elgg_tinymce.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mod/tinymce/css/elgg_tinymce.css b/mod/tinymce/css/elgg_tinymce.css new file mode 100644 index 000000000..503e78c35 --- /dev/null +++ b/mod/tinymce/css/elgg_tinymce.css @@ -0,0 +1,5 @@ +/* CSS for TinyMCE content iframe */ +body, td, pre { + color: #333; + font: 80%/1.4 "Lucida Grande",Verdana,sans-serif; +}
\ No newline at end of file |