aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/views/default/blog/css.php
blob: 1aa20f8e0a412f7226f442f1ca0112eaffa1a100 (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
33
34
35
36
37
38
<?php

	/**
	 * Elgg blog CSS extender
	 * 
	 * @package ElggBlog
	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
	 * @author Ben Werdmuller <ben@curverider.co.uk>
	 * @copyright Curverider Ltd 2008
	 * @link http://elgg.com/
	 */

?>

.blog-post {

	margin-bottom: 30px;
	border: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #aaa;

}

.blog-post h3 {

	font-size: 200%;
	margin-bottom: 15px;

}

.blog-post .strapline {

	font-size: 130%;
	margin-bottom: 20px;
	color: #aaa;

}