update
This commit is contained in:
parent
72888b4577
commit
ebfe4c7d10
2 changed files with 263 additions and 4 deletions
259
fomantic.vrimin.css
Normal file
259
fomantic.vrimin.css
Normal file
File diff suppressed because one or more lines are too long
|
@ -20,8 +20,8 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
body > .full.height::first-line, // makes »This website works better with JavaScript.« invisible, but there is still a gap if javascript is disabled (client-side).
|
||||
.full.height > span {
|
||||
font-size: 0;
|
||||
line-height: 0px;
|
||||
@if $nojavascript == true {
|
||||
.full.height > span { // makes »This website works better with JavaScript.« invisible, but there is still a gap if javascript is disabled (client-side).
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue