We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efa8e8a + 6ed3eed commit a9b5febCopy full SHA for a9b5feb
index.css
@@ -21,22 +21,12 @@ html, body {
21
display: inline-block;
22
}
23
24
-/* Online status icon with responsive image set */
25
-.icon-online {
26
- content: -webkit-image-set(
27
- url(assets/default_100_percent/100-error-online.png) 1x,
28
- url(assets/default_200_percent/200-error-online.png) 2x
29
- );
30
- position: relative;
31
-}
32
-
33
/* Utility class to hide elements */
34
.hidden {
35
display: none;
36
37
38
/* Styling for the offline page */
39
40
.offline .interstitial-wrapper {
41
color: #6b3b3b;
42
font-size: 1.2em;
0 commit comments