aboutsummaryrefslogtreecommitdiff
path: root/mod/sitepages/views/default/sitepages/css.php
blob: 3e54172f270afa46d5c902dea2f09171d89b5ab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
/**
* Sitepages CSS
*/
?>
#elgg-sidebar.frontpage {
	margin-top:0;
}
#elgg-sidebar.frontpage .sitepages_sidebar_object {
	margin-bottom: 30px;
}
#elgg-sidebar.frontpage .sitepages_sidebar_object h3 {
	margin-top:12px;
}
#elgg-page-contents.frontpage .sitepages_welcome {
	margin-bottom: 20px;
}
#elgg-page-contents.frontpage .sitepages_message {
	margin-top: 10px;
}