You are here

video_filter.css in Video Filter 6.3

Same filename and directory in other branches
  1. 6.2 video_filter.css
  2. 7.3 video_filter.css
/**
 * Default alignment styles
 */
.video-left {
  float: left;
}

.video-right {
  float: right;
}

.video-center {
  display: block;
  margin: 0 auto;
}

body#video_filter {
  padding: 2em;
}

File

video_filter.css
View source
  1. /**
  2. * Default alignment styles
  3. */
  4. .video-left {
  5. float: left;
  6. }
  7. .video-right {
  8. float: right;
  9. }
  10. .video-center {
  11. display: block;
  12. margin: 0 auto;
  13. }
  14. body#video_filter {
  15. padding: 2em;
  16. }