1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-23 17:42:15 -05:00

import w/o cron: fix of "click to finish import" in baggy theme

This commit is contained in:
Maryana Rozhankivska 2014-04-03 14:35:50 +03:00
parent d9bb0cdeb8
commit 06e1a9a98a

View File

@ -424,6 +424,7 @@ footer a {
content: none; content: none;
} }
.entrie h2 a { .entrie h2 a {
display: block; display: block;
text-decoration: none; text-decoration: none;
@ -435,7 +436,7 @@ footer a {
-o-transition: all 0.5s ease; -o-transition: all 0.5s ease;
transition: all 0.5s ease; transition: all 0.5s ease;
} }
/*
.entrie h2 a:after { .entrie h2 a:after {
content: ""; content: "";
position: absolute; position: absolute;
@ -444,6 +445,7 @@ footer a {
height: 100%; height: 100%;
left: 0; left: 0;
} }
*/
.entrie p { .entrie p {
color: #666; color: #666;