forked from indymedia/epicyon
Support invisible parts of links
parent
7b29c456b9
commit
68934d0a73
|
@ -794,6 +794,11 @@ div.imagedesc {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.invisible {
|
||||||
|
color: transparent;
|
||||||
|
font-size: 0;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 400px) {
|
@media screen and (min-width: 400px) {
|
||||||
body, html {
|
body, html {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
|
Loading…
Reference in New Issue