Added class for invisible stuff (“display: none;”)
This commit is contained in:
parent
d35074c79e
commit
f8dd74f1b7
1 changed files with 3 additions and 0 deletions
|
@ -312,6 +312,9 @@ a:active {
|
|||
.transc:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.invisible {
|
||||
display: none;
|
||||
}
|
||||
@media only screen and (max-width:540pt) {
|
||||
body {
|
||||
background-color: white;
|
||||
|
|
Loading…
Reference in a new issue