aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/views/default/blog/css.php
blob: 3cddd31056b8b178b74d44124b0185f58bcdcbbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
/**
 * Blog CSS
 *
 * @package Blog
 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
 * @author Curverider Ltd
 * @copyright Curverider Ltd 2008-2010
 * @link http://elgg.org/
*/
?>
.blogpost {
	border-bottom:1px dotted #CCCCCC;
}
.blogpost .body {
	margin-top:5px;
	margin-bottom:10px;
	display:block;
}
.blogpost .body p {
	line-height: 1.4em;
}