A few minor updates. A few left.
authorHarris Lapiroff <hlapirof@oberlin.edu>
Wed, 25 May 2011 21:56:36 +0000 (17:56 -0400)
committerHarris Lapiroff <hlapirof@oberlin.edu>
Wed, 25 May 2011 21:56:36 +0000 (17:56 -0400)
index.html
static/css/screen.css
static/scss/screen.scss

index 934f8e0..22235b5 100644 (file)
@@ -87,7 +87,7 @@
                                                <li>
                                                        <span class="status dev">(in development)</span>
                                                        <span class="name">Gilbert</span>
-                                                       <span class="description">Alternative web-based admin.</span>
+                                                       <span class="description">Alternative admin built on <a href="http://www.sencha.com/products/extjs/">Ext JS</a>.</span>
                                                </li>
                                                <li>
                                                        <span class="status dev">(in development)</span>
                                
                                <section class="getInvolved">
                                        <h2 id="get_involved">Get Involved</h2>
-                                       <p><span class="pname">Philo</span> is still under heavy-development. If you&#8217;re a Python/Django developer, help out by forking <a href="http://github.com/ithinksw/philo"><span class="pname">Philo</span> on GitHub</a> to add features or fix bugs.</p>
+                                       <p><span class="pname">Philo</span> is still under heavy development. If you&#8217;re a Python/Django developer, help out by forking <a href="http://github.com/ithinksw/philo"><span class="pname">Philo</span> on GitHub</a> to add features or fix bugs.</p>
                                <section>
                                
                        </article><!-- /#content -->
index d52c659..8efa5cc 100644 (file)
@@ -410,6 +410,9 @@ body {
       -webkit-animation-direction: alternate; }
     #contribList .status.pla {
       opacity: .5; }
+  #contribList a {
+    color: #CCC;
+    border: none; }
 
 footer {
   margin-top: 25px;
index b115015..3cca3b0 100644 (file)
@@ -299,6 +299,10 @@ body{
                        opacity:.5;
                }
        }
+       a{
+               color:#CCC;
+               border:none;
+       }
 }
 
 footer{