mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-12-20 21:34:34 -05:00
make long strings responsive
This commit is contained in:
parent
48af18b224
commit
8e00f2589e
@ -196,7 +196,7 @@ Piwik is the leading open-source analytics platform:
|
|||||||
- 100% data ownership
|
- 100% data ownership
|
||||||
- User privacy protection
|
- User privacy protection
|
||||||
-->
|
-->
|
||||||
<script type="text/javascript">
|
<script>
|
||||||
var _paq = _paq || [];
|
var _paq = _paq || [];
|
||||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
_paq.push(['trackPageView']);
|
_paq.push(['trackPageView']);
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
box-shadow: 0 3px 10px 0 rgba(150,150,150,0.2) !important;
|
box-shadow: 0 3px 10px 0 rgba(150,150,150,0.2) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Make links responsive */
|
/* Make links and long strings responsive */
|
||||||
a {
|
a, long-string-list li {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
}
|
}
|
||||||
|
@ -555,7 +555,7 @@ layout: default
|
|||||||
<!-- steps on manually disabling WRTC in Firefox -->
|
<!-- steps on manually disabling WRTC in Firefox -->
|
||||||
<p>In short: Set "media.peerconnection.enabled" to "false" in "about:config".</p>
|
<p>In short: Set "media.peerconnection.enabled" to "false" in "about:config".</p>
|
||||||
<p><strong>Explained:</strong></p>
|
<p><strong>Explained:</strong></p>
|
||||||
<ol>
|
<ol class="long-string-list">
|
||||||
<li>Enter "about:config" in the firefox address bar and press enter.</li>
|
<li>Enter "about:config" in the firefox address bar and press enter.</li>
|
||||||
<li>Press the button "I'll be careful, I promise!"</li>
|
<li>Press the button "I'll be careful, I promise!"</li>
|
||||||
<li>Search for "media.peerconnection.enabled"</li>
|
<li>Search for "media.peerconnection.enabled"</li>
|
||||||
@ -564,7 +564,7 @@ layout: default
|
|||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<p>If you want to make sure every single WebRTC related setting is really disabled change these settings:</p>
|
<p>If you want to make sure every single WebRTC related setting is really disabled change these settings:</p>
|
||||||
<ol>
|
<ol class="long-string-list">
|
||||||
<li>media.peerconnection.turn.disable = true</li>
|
<li>media.peerconnection.turn.disable = true</li>
|
||||||
<li>media.peerconnection.use_document_iceservers = false</li>
|
<li>media.peerconnection.use_document_iceservers = false</li>
|
||||||
<li>media.peerconnection.video.enabled = false</li>
|
<li>media.peerconnection.video.enabled = false</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user