Simplify CSS data-privacy.html
This commit is contained in:
parent
550f197626
commit
e6f648cc01
@ -2,6 +2,7 @@
|
||||
|
||||
<!-- template for the 'Terms And Conditions' from the old HC network. in the old repo you will find other languages as well -->
|
||||
|
||||
<div class="info-page">
|
||||
<h2 class="headline-h2">
|
||||
Für das soziale Netzwerk {{ organization }}
|
||||
</h2>
|
||||
@ -961,6 +962,7 @@
|
||||
MACHST DU VON DEINEM WIDERSPRUCHSRECHT GEBRAUCH, BEENDEN WIR DIE VERARBEITUNG DER BETROFFENEN DATEN ZU DIREKTWERBEZWECKEN.<br>
|
||||
</p>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
<style type="text/css">
|
||||
.headline-h2 {
|
||||
@ -1010,3 +1012,46 @@
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
<!--
|
||||
<style type="text/css">
|
||||
.info-page h2 {
|
||||
margin: 24px 0;
|
||||
}
|
||||
|
||||
.info-page h3 {
|
||||
margin: 24px 0 16px 0;
|
||||
}
|
||||
|
||||
.info-page h4 {
|
||||
margin: 16px 0 8px 0;
|
||||
}
|
||||
|
||||
.info-page p {
|
||||
margin: 8px 0;
|
||||
}
|
||||
|
||||
.info-page ul {
|
||||
list-style-type: disc;
|
||||
margin: 16px 0 16px 14px;
|
||||
}
|
||||
|
||||
.info-page table {
|
||||
background-color: #fff;
|
||||
border: 1px solid #e0dede;
|
||||
border-collapse: collapse;
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,.08),inset 0 0 0 1px rgba(255,255,255,.5);
|
||||
margin: 16px 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.info-page table thead {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
.info-page table td,
|
||||
.info-page table th {
|
||||
border: 1px solid #e0dede;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
-->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user