aboutsummaryrefslogtreecommitdiff
path: root/mod/file/views/default/file/css.php
blob: 5476ed7e257ce643d7bb5c04dc0ed6fe17a3ec3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * File CSS extender 
 * 
 * @package ElggFile
 */
?>
.file-photo {
	text-align: center;
	margin-bottom: 15px;
}
.file-gallery-item {
	text-align: center;
	width: 165px;
}