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