added styles for PFC and PFT short codes
This commit is contained in:
parent
ceef565edd
commit
9e1c62e16a
|
@ -79,6 +79,19 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* --- Post From Category PFC
|
||||||
|
Post From Tag PFT --- */
|
||||||
|
|
||||||
|
.pfc-posts-main .read-more , .pft-posts-main .read-more {
|
||||||
|
font-size: 0px;
|
||||||
|
min-width: 1rem;
|
||||||
|
min-height: 1rem;
|
||||||
|
}
|
||||||
|
.pfc-posts-main .read-more:after,.pft-posts-main .read-more:after {
|
||||||
|
content: "[...]";
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* logo slider */
|
/* logo slider */
|
||||||
#logoslider { width: 230px; height: 120px; margin-top:5px; }
|
#logoslider { width: 230px; height: 120px; margin-top:5px; }
|
||||||
|
|
Loading…
Reference in New Issue