aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/views/default/blog/css.php
blob: 834be737e834c5f2b6597e4387e7ecc0f46321ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?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;
}

input.blog_publish_day,
input.blog_publish_hour,
input.blog_publish_minute {
	width: 25px;
}

input.blog_publish_year {
	width: 50px;
}