blob: 487151ae4cc4c9c46d22c5d45e1e7a9ecf46855c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/* $Id$ /*
/**
* @file
* Contains css theming rules for video module and plugins
*
* @author Fabio Varesano <fvaresano at yahoo dot it>
*/
.video_image_teaser {
float: left;
padding: 0.5em;
}
br.video_image_clear {
clear: both;
}
.video_image_view {
/* inser here rules for node page image */
}
|