mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 21:23:41 +01: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
|
||||
- User privacy protection
|
||||
-->
|
||||
<script type="text/javascript">
|
||||
<script>
|
||||
var _paq = _paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
|
@ -4,8 +4,8 @@
|
||||
box-shadow: 0 3px 10px 0 rgba(150,150,150,0.2) !important;
|
||||
}
|
||||
|
||||
/* Make links responsive */
|
||||
a {
|
||||
/* Make links and long strings responsive */
|
||||
a, long-string-list li {
|
||||
word-wrap: break-word;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
@ -555,7 +555,7 @@ layout: default
|
||||
<!-- steps on manually disabling WRTC in Firefox -->
|
||||
<p>In short: Set "media.peerconnection.enabled" to "false" in "about:config".</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>Press the button "I'll be careful, I promise!"</li>
|
||||
<li>Search for "media.peerconnection.enabled"</li>
|
||||
@ -564,7 +564,7 @@ layout: default
|
||||
</ol>
|
||||
|
||||
<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.use_document_iceservers = false</li>
|
||||
<li>media.peerconnection.video.enabled = false</li>
|
||||
|
Loading…
Reference in New Issue
Block a user