diff options
author | shadlaws <shad@shadlaws.com> | 2013-03-09 12:51:45 +0100 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2013-03-09 12:51:45 +0100 |
commit | 18f38f0dff93665267bd1497b196d9270fdbdc88 (patch) | |
tree | f2918bc61f794896ab197d31e5a8f9202aa452d8 /themes | |
parent | 566572809679ee5a266717cee1ed922ce4161814 (diff) |
#2046 - Change Gallery over to using MediaElementJS as its movie player.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/wind/css/screen.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index cbeaed34..fa1704b0 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -531,7 +531,7 @@ td { } #g-item img.g-resize, -#g-item a.g-movie { +#g-item .g-movie { display: block; margin: 0 auto; } |