From ce054678a797099c79b6fd0d9d39b98cab6ad0c0 Mon Sep 17 00:00:00 2001 From: Harris Lapiroff Date: Wed, 25 May 2011 17:56:36 -0400 Subject: [PATCH] A few minor updates. A few left. --- index.html | 4 ++-- static/css/screen.css | 3 +++ static/scss/screen.scss | 4 ++++ 3 files changed, 9 insertions(+), 2 deletions(-) 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{ -- 2.20.1