@@ -1359,9 +1359,9 @@ div#u-adult-warning > .error-block {
13591359/* vim: set noet: */
13601360
13611361/*
1362- Fix for Wikidot error with displaying the 'Is username an abusive user' prompt,
1363- when selecting the 'The User Is Abusive' option, due to a wikido typo
1364- 'unflad-user-abusive' is an intentional typo in this code.
1362+ Fix for Wikidot error with displaying the 'Is username an abusive user' prompt,
1363+ when selecting the 'The User Is Abusive' option, due to a wikido typo
1364+ 'unflad-user-abusive' is an intentional typo in this code.
13651365*/
13661366
13671367.unflad-user-abusive {
@@ -1373,20 +1373,20 @@ div#u-adult-warning > .error-block {
13731373}
13741374
13751375/*
1376- As of writing this, there is a bug in the SCP Wiki CDN causing the
1376+ As of writing this, there is a bug in the SCP Wiki CDN causing the
13771377 Sigma theme to occasionally not load on iOS devices. This bug can
13781378 be fixed by clearing the browser's cache.
1379-
1379+
13801380 As a consequence, an element will likely be added to the SCP Wiki's sidebar
13811381 informing users of this bug and directing them to fix it. In fact, by
13821382 the time you are reading this, it may have already been added.
13831383
13841384 However, we don't want this element to display if Sigma theme has loaded,
13851385 because if Sigma has loaded, then the user has fixed the bug on their device.
1386-
1386+
13871387 As such, the following CSS rule hides it. Specificity has been artificially
13881388 increased with an id selector and !important to counteract weird cases.
1389- (e.g. an obscure SCP Wiki theme that applies 'display: block'
1389+ (e.g. an obscure SCP Wiki theme that applies 'display: block'
13901390 to everything in the sidebar)
13911391*/
13921392
@@ -1395,7 +1395,7 @@ div#u-adult-warning > .error-block {
13951395}
13961396
13971397/*
1398- Make the page edit lock timer monospaced so it does not shift page layout
1398+ Make the page edit lock timer monospaced so it does not shift page layout
13991399 as it counts down.
14001400*/
14011401
0 commit comments