<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -129,6 +129,9 @@ td {
   border: none;
   border-bottom: 1px solid #ccc;
   padding: .5em;
+}
+
+td {
   vertical-align: top;
 }
 
@@ -274,18 +277,25 @@ td {
 
 /* Individual photo content ~~~~~~~~~~~~~~ */
 
-#g-content #g-item {
+#g-item {
   position: relative;
   width: 100%;
 }
 
-#g-content #g-photo {
+#g-item #g-photo,
+#g-item #g-movie {
+  padding: 1em 0;
+}
+
+#g-item #g-photo,
+#g-item #g-movie {
   position: relative;
 }
 
-#g-content #g-item .g-fullsize-link img {
+#g-item img.g-resize,
+#g-item a.g-movie object {
   display: block;
-  margin: 1em auto;
+  margin: 0 auto;
 }
 
 /* Footer content ~~~~~~~~~~~~~~~~~~~~~~~~ */</diff>
      <filename>themes/wind/css/screen.css</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
 &lt;div id=&quot;g-item&quot;&gt;
   &lt;?= $theme-&gt;photo_top() ?&gt;
 
-  &lt;ul class=&quot;g-pager&quot;&gt;
+  &lt;ul class=&quot;g-pager ui-helper-clearfix&quot;&gt;
     &lt;li&gt;
       &lt;? if ($previous_item): ?&gt;
       &lt;a href=&quot;&lt;?= $previous_item-&gt;url() ?&gt;&quot; class=&quot;g-button ui-icon-left ui-state-default ui-corner-all&quot;&gt;
@@ -24,12 +24,13 @@
     &lt;/li&gt;
   &lt;/ul&gt;
 
-
-  &lt;?= $item-&gt;movie_img(array(&quot;class&quot; =&gt; &quot;g-movie&quot;, &quot;id&quot; =&gt; &quot;g-movie-id-{$item-&gt;id}&quot;)) ?&gt;
-
+  &lt;div id=&quot;g-movie&quot; class=&quot;ui-helper-clearfix&quot;&gt;
+    &lt;?= $item-&gt;movie_img(array(&quot;class&quot; =&gt; &quot;g-movie&quot;, &quot;id&quot; =&gt; &quot;g-movie-id-{$item-&gt;id}&quot;)) ?&gt;
+  &lt;/div&gt;
+  
   &lt;div id=&quot;g-info&quot;&gt;
     &lt;h1&gt;&lt;?= html::purify($item-&gt;title) ?&gt;&lt;/h1&gt;
-       &lt;div&gt;&lt;?= nl2br(html::purify($item-&gt;description)) ?&gt;&lt;/div&gt;
+    &lt;div&gt;&lt;?= nl2br(html::purify($item-&gt;description)) ?&gt;&lt;/div&gt;
   &lt;/div&gt;
 
   &lt;?= $theme-&gt;photo_bottom() ?&gt;</diff>
      <filename>themes/wind/views/movie.html.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9fe328ba1c42fb27678a6f06663363fde732fb79</id>
    </parent>
  </parents>
  <author>
    <name>Chad Kieffer</name>
    <login>ckieffer</login>
    <email>ckieffer@gmail.com</email>
  </author>
  <url>http://github.com/gallery/gallery3/commit/ecadec6b84127db5749cc664b9b8878aca9d61ed</url>
  <id>ecadec6b84127db5749cc664b9b8878aca9d61ed</id>
  <committed-date>2009-11-08T12:07:12-08:00</committed-date>
  <authored-date>2009-11-08T12:07:12-08:00</authored-date>
  <message>Wrap movies in #g-movie, apply ui-helper-clearfix to the pager and g-moive to fix clear issues reported in ticket #873.</message>
  <tree>ec3c23c2dc1551cd7ff30b629d1184513100b6e0</tree>
  <committer>
    <name>Chad Kieffer</name>
    <login>ckieffer</login>
    <email>ckieffer@gmail.com</email>
  </committer>
</commit>
