From: Harris Lapiroff Date: Wed, 25 May 2011 21:56:36 +0000 (-0400) Subject: A few minor updates. A few left. X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/ce054678a797099c79b6fd0d9d39b98cab6ad0c0?hp=-c A few minor updates. A few left. --- ce054678a797099c79b6fd0d9d39b98cab6ad0c0 diff --git a/index.html b/index.html index 934f8e0..22235b5 100644 --- a/index.html +++ b/index.html @@ -87,7 +87,7 @@
  • (in development) Gilbert - Alternative web-based admin. + Alternative admin built on Ext JS.
  • (in development) @@ -126,7 +126,7 @@

    Get Involved

    -

    Philo is still under heavy-development. If you’re a Python/Django developer, help out by forking Philo on GitHub to add features or fix bugs.

    +

    Philo is still under heavy development. If you’re a Python/Django developer, help out by forking Philo on GitHub to add features or fix bugs.

    diff --git a/static/css/screen.css b/static/css/screen.css index d52c659..8efa5cc 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -410,6 +410,9 @@ body { -webkit-animation-direction: alternate; } #contribList .status.pla { opacity: .5; } + #contribList a { + color: #CCC; + border: none; } footer { margin-top: 25px; diff --git a/static/scss/screen.scss b/static/scss/screen.scss index b115015..3cca3b0 100644 --- a/static/scss/screen.scss +++ b/static/scss/screen.scss @@ -299,6 +299,10 @@ body{ opacity:.5; } } + a{ + color:#CCC; + border:none; + } } footer{