diff options
author | Fabio Varesano <fax8@13637.no-reply.drupal.org> | 2006-06-18 14:12:07 +0000 |
---|---|---|
committer | Fabio Varesano <fax8@13637.no-reply.drupal.org> | 2006-06-18 14:12:07 +0000 |
commit | 5ba89adf4795a030133d5caa905dc0c98b6f3e3a (patch) | |
tree | 880cd8b35e24de9712670a3902adf64b42577367 | |
parent | d4579fc07c199e25bb518b275b74173d92a49ae8 (diff) | |
download | video-5ba89adf4795a030133d5caa905dc0c98b6f3e3a.tar.gz video-5ba89adf4795a030133d5caa905dc0c98b6f3e3a.tar.bz2 |
Adding file video.css for containing video module specific css rules
-rw-r--r-- | video.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/video.css b/video.css new file mode 100644 index 0000000..487151a --- /dev/null +++ b/video.css @@ -0,0 +1,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 */ +} |