From d16095413847298581f89312b04930be2f56f376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 22 Jan 2015 23:18:18 +0100 Subject: [PATCH] Generate Pelican site --- theme/css/main-desktop.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/theme/css/main-desktop.css b/theme/css/main-desktop.css index 518c683..31de159 100644 --- a/theme/css/main-desktop.css +++ b/theme/css/main-desktop.css @@ -421,10 +421,9 @@ a { @-webkit-keyframes disappear{ to { - visibility: hidden; + opacity: 0 ; } from { - visibility: show; opacity: 1; } }