<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -77,16 +77,15 @@ div.authors-list {
     overflow: hidden;
 }
 div.author-in-list {
-    height: 276px;
-    width: 146px;
+    height: 270px;
+    width: 180px;
     float: left;
-    padding: 8px;
+    margin: 8px;
+    overflow: hidden;
 }
 div.author-in-list img {
-    height: 260px;
-    width: 130px:
+    height: 100%;
     margin: 8px;
-    
 }
 
 /* Stylings for Social Links */</diff>
      <filename>media/lifeflow/lifeflow.css</filename>
    </modified>
    <modified>
      <diff>@@ -51,7 +51,7 @@ class Author(models.Model):
         )
 
     class Meta:
-        ordering = ('name',)
+        ordering = ('id',)
 
     class Admin:
         list_display = ('name', 'link')</diff>
      <filename>models.py</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@ flows = Flow.objects.all()
 projects = Project.objects.all()
 tags = Tag.objects.all().order_by('title')
 languages = Language.objects.all()
-authors = Author.objects.all().order_by('name')
+authors = Author.objects.all()
 
 feeds = {
     'author': AuthorFeed,</diff>
      <filename>urls.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bc9370a50aebe77949a1159f1d2d26ad1ef33e96</id>
    </parent>
  </parents>
  <author>
    <name>Will Larson</name>
    <email>lethain@gmail.com</email>
  </author>
  <url>http://github.com/lethain/lifeflow/commit/193497447cea73385202fa3ef78d18e2b120e998</url>
  <id>193497447cea73385202fa3ef78d18e2b120e998</id>
  <committed-date>2008-06-23T15:59:19-07:00</committed-date>
  <authored-date>2008-06-23T15:59:19-07:00</authored-date>
  <message>Authors now display in order of creation, and improved authors page a bit, again.</message>
  <tree>6a42b9bb82c460b66fc1b740f3393a6cdfd2339d</tree>
  <committer>
    <name>Will Larson</name>
    <email>lethain@gmail.com</email>
  </committer>
</commit>
