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