diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-02 00:56:24 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-02 00:56:24 +0000 |
commit | 0b6f3a3b5a29e9b6fc05fcc46ea8765b82f65031 (patch) | |
tree | 527d0d059dd2a257a353de23a3c272cb6297e062 /mod/tinymce | |
parent | d203da69164653ab03a956a5ff2af3d3fcf8b4ae (diff) | |
download | elgg-0b6f3a3b5a29e9b6fc05fcc46ea8765b82f65031.tar.gz elgg-0b6f3a3b5a29e9b6fc05fcc46ea8765b82f65031.tar.bz2 |
Addressed several miscellaneous todo's
git-svn-id: http://code.elgg.org/elgg/trunk@8563 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/tinymce')
-rw-r--r-- | mod/tinymce/views/default/tinymce/css.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/tinymce/views/default/tinymce/css.php b/mod/tinymce/views/default/tinymce/css.php index 69302bd48..c8ef1954f 100644 --- a/mod/tinymce/views/default/tinymce/css.php +++ b/mod/tinymce/views/default/tinymce/css.php @@ -5,7 +5,8 @@ * Overrides on the default TinyMCE skin * Gives the textarea and buttons rounded corners * - * @todo why the crazy long rules? + * The rules are extra long in order to have enough + * weight to override the TinyMCE rules */ ?> /* TinyMCE */ |