Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -105,6 +105,11 @@ 105 105 content: "•"; 106 106 margin-right: 5px; 107 107 } 108 + @media (max-width: 640px) { 109 + li + li::before { 110 + content: none; 111 + } 112 + } 108 108 } 109 109 } 110 110 }