aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/views/default/blog/css.php
blob: 12ac4df2ac7cf40863f104f22067d672af5f6c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/**
 * Blog CSS
 *
 * @package Blog
*/
?>

/* Blog Plugin */

/* force tinymce input height for a more useful editing / blog creation area */
form#blog-post-edit #description_parent #description_ifr {
	height:400px !important;
}