<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -55,8 +55,8 @@
   }
 
   #content div.galleries div.gallery div.thumb {
-  	width: 80px;
-  	height: 80px;
+  	width: 120px;
+  	height: 120px;
   	position: relative;
   	float: left;
   	background-color: transparent;
@@ -68,12 +68,12 @@
     text-indent: -9999px;
     background-color: transparent;
     display: block;
-    height: 100px;
+    height: 100%;
     -moz-outline: none;
   }
 
   #content div.galleries div.gallery div.description {
-  	width: 400px;
+  	width: 360px;
   	float: right;
   }
 
@@ -180,7 +180,7 @@
           &lt;r:galleries:each level=&quot;current&quot;&gt;
             &lt;div class=&quot;gallery&quot;&gt;    
               &lt;r:gallery:if_items&gt;
-                &lt;div class=&quot;thumb&quot; style=&quot;background-image: url('&lt;r:gallery:item:thumb width=&quot;120&quot; position=&quot;first&quot; /&gt;');&quot;&gt;
+                &lt;div class=&quot;thumb&quot; style=&quot;background-image: url('&lt;r:gallery:item:thumb width=&quot;150&quot; prefix=&quot;small&quot; position=&quot;first&quot; /&gt;');&quot;&gt;
                   &lt;a href=&quot;&lt;r:gallery:gallery_url /&gt;&quot; title=&quot;&lt;r:gallery:name /&gt;&quot;&gt;
                     &lt;r:gallery:name /&gt;
                   &lt;/a&gt;                
@@ -205,7 +205,7 @@
               &lt;r:gallery:items:each&gt;
                 &lt;!-- item --&gt;
                 &lt;div class=&quot;container&quot;&gt;
-                  &lt;div class=&quot;thumb&quot; style=&quot;background-image: url('&lt;r:gallery:item:thumb width=&quot;150&quot; /&gt;')&quot;&gt;
+                  &lt;div class=&quot;thumb&quot; style=&quot;background-image: url('&lt;r:gallery:item:thumb width=&quot;150&quot; prefix=&quot;small&quot; /&gt;')&quot;&gt;
                     &lt;a href=&quot;&lt;r:gallery:item:page_url /&gt;&quot;&gt;
                       &lt;r:gallery:item:name /&gt;
                      &lt;/a&gt;
@@ -239,7 +239,7 @@
               &lt;h2&gt;&lt;r:gallery:item:name /&gt;&lt;/h2&gt;  
               &lt;div class=&quot;image&quot;&gt;
                 &lt;a href=&quot;&lt;r:gallery:item:path /&gt;&quot;&gt;
-                  &lt;img src=&quot;&lt;r:gallery:item:thumb width=&quot;450&quot; /&gt;&quot; alt=&quot;&lt;r:gallery:item:name /&gt;&quot; /&gt;
+                  &lt;img src=&quot;&lt;r:gallery:item:thumb width=&quot;450&quot; prefix=&quot;large&quot; /&gt;&quot; alt=&quot;&lt;r:gallery:item:name /&gt;&quot; /&gt;
                 &lt;/a&gt;
               &lt;/div&gt;
               &lt;p&gt;</diff>
      <filename>layouts/simple.radius</filename>
    </modified>
    <modified>
      <diff>@@ -54,8 +54,8 @@
   }
 
   #content div.galleries div.gallery div.thumb {
-  	width: 80px;
-  	height: 80px;
+  	width: 120px;
+  	height: 120px;
   	position: relative;
   	float: left;
   	background-color: transparent;
@@ -67,12 +67,12 @@
     text-indent: -9999px;
     background-color: transparent;
     display: block;
-    height: 100px;
+    height: 100%;
     -moz-outline: none;
   }
 
   #content div.galleries div.gallery div.description {
-  	width: 400px;
+  	width: 360px;
   	float: right;
   }
 
@@ -179,7 +179,7 @@
           &lt;r:galleries:each level=&quot;current&quot;&gt;
             &lt;div class=&quot;gallery&quot;&gt;    
               &lt;r:gallery:if_items&gt;
-                &lt;div class=&quot;thumb&quot; style=&quot;background-image: url('&lt;r:gallery:item:thumb width=&quot;120&quot; position=&quot;first&quot; /&gt;');&quot;&gt;
+                &lt;div class=&quot;thumb&quot; style=&quot;background-image: url('&lt;r:gallery:item:thumb width=&quot;150&quot; prefix=&quot;small&quot; position=&quot;first&quot; /&gt;');&quot;&gt;
                   &lt;a href=&quot;&lt;r:gallery:gallery_url /&gt;&quot; title=&quot;&lt;r:gallery:name /&gt;&quot;&gt;
                     &lt;r:gallery:name /&gt;
                   &lt;/a&gt;                
@@ -204,7 +204,7 @@
               &lt;r:gallery:items:each&gt;
                 &lt;!-- item --&gt;
                 &lt;div class=&quot;container&quot;&gt;
-                  &lt;div class=&quot;thumb&quot; style=&quot;background-image: url('&lt;r:gallery:item:thumb width=&quot;150&quot; /&gt;')&quot;&gt;
+                  &lt;div class=&quot;thumb&quot; style=&quot;background-image: url('&lt;r:gallery:item:thumb width=&quot;150&quot; prefix=&quot;small&quot; /&gt;')&quot;&gt;
                     &lt;a href=&quot;&lt;r:gallery:item:page_url /&gt;&quot;&gt;
                       &lt;r:gallery:item:name /&gt;
                      &lt;/a&gt;
@@ -238,7 +238,7 @@
               &lt;h2&gt;&lt;r:gallery:item:name /&gt;&lt;/h2&gt;  
               &lt;div class=&quot;image&quot;&gt;
                 &lt;a href=&quot;&lt;r:gallery:item:path /&gt;&quot;&gt;
-                  &lt;img src=&quot;&lt;r:gallery:item:thumb width=&quot;450&quot; /&gt;&quot; alt=&quot;&lt;r:gallery:item:name /&gt;&quot; /&gt;
+                  &lt;img src=&quot;&lt;r:gallery:item:thumb width=&quot;450&quot; prefix=&quot;large&quot; /&gt;&quot; alt=&quot;&lt;r:gallery:item:name /&gt;&quot; /&gt;
                 &lt;/a&gt;
               &lt;/div&gt;
               &lt;p&gt;</diff>
      <filename>layouts/simple_carbon.radius</filename>
    </modified>
    <modified>
      <diff>@@ -55,8 +55,8 @@
   }
 
   #content div.galleries div.gallery div.thumb {
-  	width: 80px;
-  	height: 80px;
+  	width: 120px;
+  	height: 120px;
   	position: relative;
   	float: left;
   	background-color: transparent;
@@ -68,12 +68,12 @@
     text-indent: -9999px;
     background-color: transparent;
     display: block;
-    height: 100px;
+    height: 100%;
     -moz-outline: none;
   }
 
   #content div.galleries div.gallery div.description {
-  	width: 400px;
+  	width: 360px;
   	float: right;
   }
 
@@ -180,7 +180,7 @@
           &lt;r:galleries:each level=&quot;current&quot;&gt;
             &lt;div class=&quot;gallery&quot;&gt;    
               &lt;r:gallery:if_items&gt;
-                &lt;div class=&quot;thumb&quot; style=&quot;background-image: url('&lt;r:gallery:item:thumb width=&quot;120&quot; position=&quot;first&quot; /&gt;');&quot;&gt;
+                &lt;div class=&quot;thumb&quot; style=&quot;background-image: url('&lt;r:gallery:item:thumb width=&quot;150&quot; prefix=&quot;small&quot; position=&quot;first&quot; /&gt;');&quot;&gt;
                   &lt;a href=&quot;&lt;r:gallery:gallery_url /&gt;&quot; title=&quot;&lt;r:gallery:name /&gt;&quot;&gt;
                     &lt;r:gallery:name /&gt;
                   &lt;/a&gt;                
@@ -205,8 +205,8 @@
               &lt;r:gallery:items:each&gt;
                 &lt;!-- item --&gt;
                 &lt;div class=&quot;container&quot;&gt;
-                  &lt;div class=&quot;thumb&quot; style=&quot;background-image: url('&lt;r:gallery:item:thumb width=&quot;150&quot; /&gt;')&quot;&gt;
-                    &lt;a href=&quot;&lt;r:gallery:item:thumb width=&quot;500&quot; /&gt;&quot; rel=&quot;lightbox[&lt;r:gallery:name /&gt;]&quot; title=&quot;&lt;r:gallery:item:name /&gt;&quot;&gt;
+                  &lt;div class=&quot;thumb&quot; style=&quot;background-image: url('&lt;r:gallery:item:thumb width=&quot;150&quot; prefix=&quot;small&quot; /&gt;')&quot;&gt;
+                    &lt;a href=&quot;&lt;r:gallery:item:thumb width=&quot;450&quot; prefix=&quot;large&quot; /&gt;&quot; rel=&quot;lightbox[&lt;r:gallery:name /&gt;]&quot; title=&quot;&lt;r:gallery:item:name /&gt;&quot;&gt;
                       &lt;r:gallery:item:name /&gt;
                      &lt;/a&gt;
                   &lt;/div&gt;
@@ -239,7 +239,7 @@
               &lt;h2&gt;&lt;r:gallery:item:name /&gt;&lt;/h2&gt;  
               &lt;div class=&quot;image&quot;&gt;
                 &lt;a href=&quot;&lt;r:gallery:item:path /&gt;&quot;&gt;
-                  &lt;img src=&quot;&lt;r:gallery:item:thumb width=&quot;450&quot; /&gt;&quot; alt=&quot;&lt;r:gallery:item:name /&gt;&quot; /&gt;
+                  &lt;img src=&quot;&lt;r:gallery:item:thumb width=&quot;450&quot; prefix=&quot;large&quot; /&gt;&quot; alt=&quot;&lt;r:gallery:item:name /&gt;&quot; /&gt;
                 &lt;/a&gt;
               &lt;/div&gt;
               &lt;p&gt;</diff>
      <filename>layouts/simple_carbon_with_lightbox.radius</filename>
    </modified>
    <modified>
      <diff>@@ -56,8 +56,8 @@
   }
 
   #content div.galleries div.gallery div.thumb {
-  	width: 80px;
-  	height: 80px;
+  	width: 120px;
+  	height: 120px;
   	position: relative;
   	float: left;
   	background-color: transparent;
@@ -69,12 +69,12 @@
     text-indent: -9999px;
     background-color: transparent;
     display: block;
-    height: 100px;
+    height: 100%;
     -moz-outline: none;
   }
 
   #content div.galleries div.gallery div.description {
-  	width: 400px;
+  	width: 360px;
   	float: right;
   }
 
@@ -181,7 +181,7 @@
           &lt;r:galleries:each level=&quot;current&quot;&gt;
             &lt;div class=&quot;gallery&quot;&gt;    
               &lt;r:gallery:if_items&gt;
-                &lt;div class=&quot;thumb&quot; style=&quot;background-image: url('&lt;r:gallery:item:thumb width=&quot;120&quot; position=&quot;first&quot; /&gt;');&quot;&gt;
+                &lt;div class=&quot;thumb&quot; style=&quot;background-image: url('&lt;r:gallery:item:thumb width=&quot;150&quot; prefix=&quot;small&quot; position=&quot;first&quot; /&gt;');&quot;&gt;
                   &lt;a href=&quot;&lt;r:gallery:gallery_url /&gt;&quot; title=&quot;&lt;r:gallery:name /&gt;&quot;&gt;
                     &lt;r:gallery:name /&gt;
                   &lt;/a&gt;                
@@ -206,8 +206,8 @@
               &lt;r:gallery:items:each&gt;
                 &lt;!-- item --&gt;
                 &lt;div class=&quot;container&quot;&gt;
-                  &lt;div class=&quot;thumb&quot; style=&quot;background-image: url('&lt;r:gallery:item:thumb width=&quot;150&quot; /&gt;')&quot;&gt;
-                    &lt;a href=&quot;&lt;r:gallery:item:thumb width=&quot;500&quot; /&gt;&quot; rel=&quot;lightbox[&lt;r:gallery:name /&gt;]&quot; title=&quot;&lt;r:gallery:item:name /&gt;&quot;&gt;
+                  &lt;div class=&quot;thumb&quot; style=&quot;background-image: url('&lt;r:gallery:item:thumb width=&quot;150&quot; prefix=&quot;small&quot; /&gt;')&quot;&gt;
+                    &lt;a href=&quot;&lt;r:gallery:item:thumb width=&quot;450&quot; prefix=&quot;large&quot; /&gt;&quot; rel=&quot;lightbox[&lt;r:gallery:name /&gt;]&quot; title=&quot;&lt;r:gallery:item:name /&gt;&quot;&gt;
                       &lt;r:gallery:item:name /&gt;
                      &lt;/a&gt;
                   &lt;/div&gt;
@@ -240,7 +240,7 @@
               &lt;h2&gt;&lt;r:gallery:item:name /&gt;&lt;/h2&gt;  
               &lt;div class=&quot;image&quot;&gt;
                 &lt;a href=&quot;&lt;r:gallery:item:path /&gt;&quot;&gt;
-                  &lt;img src=&quot;&lt;r:gallery:item:thumb width=&quot;450&quot; /&gt;&quot; alt=&quot;&lt;r:gallery:item:name /&gt;&quot; /&gt;
+                  &lt;img src=&quot;&lt;r:gallery:item:thumb width=&quot;450&quot; prefix=&quot;large&quot; /&gt;&quot; alt=&quot;&lt;r:gallery:item:name /&gt;&quot; /&gt;
                 &lt;/a&gt;
               &lt;/div&gt;
               &lt;p&gt;</diff>
      <filename>layouts/simple_with_lightbox.radius</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b3fa3b11445b2f3c10069f6ee280ebbdc77e6963</id>
    </parent>
  </parents>
  <author>
    <name>Andrea Franz</name>
    <email>andrea@gravityblast.com</email>
  </author>
  <url>http://github.com/pilu/radiant-gallery/commit/f60421c40077f5c611732c426d319a1b9777be62</url>
  <id>f60421c40077f5c611732c426d319a1b9777be62</id>
  <committed-date>2008-11-29T08:06:47-08:00</committed-date>
  <authored-date>2008-11-29T08:06:47-08:00</authored-date>
  <message>changed all layouts to use the new prefix attribute of the thumb tag.</message>
  <tree>188d164699ce54a7bebc6c01f10c0763d109cde7</tree>
  <committer>
    <name>Andrea Franz</name>
    <email>andrea@gravityblast.com</email>
  </committer>
</commit>
