From d6e5e6bae44fd0b1c342ba6dd8fe683e6fac446a Mon Sep 17 00:00:00 2001 From: dsc Date: Tue, 22 May 2012 04:09:17 -0700 Subject: [PATCH] Turns off opacity animation as it causes some links to randomly flicker. --- www/css/layout.styl | 4 ++-- www/layout.jade | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/css/layout.styl b/www/css/layout.styl index 960974a..3d35a2a 100644 --- a/www/css/layout.styl +++ b/www/css/layout.styl @@ -23,8 +23,8 @@ border 0 !important // Enable CSS Transitions - transition-duration 0.8s - transition-property opacity + // transition-duration 0.3s + // transition-property opacity &.wmf-logo width 45px diff --git a/www/layout.jade b/www/layout.jade index 8b2aad8..954686c 100644 --- a/www/layout.jade +++ b/www/layout.jade @@ -94,8 +94,8 @@ html(lang="en", dir="ltr") a(href="http://wikimedia.org", target="_blank") other free knowledge projects | . p - | If you're excited about community analytics, check out some of our - a(href="http://stats.wikimedia.org", target="_blank") other projects + | If you're excited about community analytics, check out some of the + a(href="http://stats.wikimedia.org", target="_blank") other stuff we're working on | . .copyright-row.row-fluid -- 1.7.0.4