summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-06-17 09:10:01 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-06-17 09:10:01 -0700
commit2bbce8dddb0ab0a00aee727e2f639b793988a1d1 (patch)
treeaa74321274903b7437015746532865402b7f4f6f /themes
parent6e54286ef25d02910e69ce553ab1c719dc7299cc (diff)
Fix for ticket #1117 align videos to the center.
Diffstat (limited to 'themes')
-rw-r--r--themes/wind/css/screen.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index f8e26073..1e55a967 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -302,7 +302,7 @@ td {
}
#g-item img.g-resize,
-#g-item a.g-movie object {
+#g-item a.g-movie {
display: block;
margin: 0 auto;
}