Skip to content

Commit 6ed3eed

Browse files
Update index.css
1 parent efa8e8a commit 6ed3eed

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

index.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,12 @@ html, body {
2121
display: inline-block;
2222
}
2323

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-
3324
/* Utility class to hide elements */
3425
.hidden {
3526
display: none;
3627
}
3728

3829
/* Styling for the offline page */
39-
4030
.offline .interstitial-wrapper {
4131
color: #6b3b3b;
4232
font-size: 1.2em;

0 commit comments

Comments
 (0)