Improved formatting for the privacy policy. (#1554)
Improved formatting for the privacy policy.10.7.0-preview
commit
a156ebd31e
|
@ -0,0 +1,11 @@
|
|||
.tab-privacy_policy p,
|
||||
.tab-privacy_policy h1,
|
||||
.tab-privacy_policy h2,
|
||||
.tab-privacy_policy h3,
|
||||
.tab-privacy_policy h4 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.tab-privacy_policy li {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
|
@ -31,6 +31,7 @@
|
|||
<link type="text/css" rel="stylesheet" href="./css/tabs/osd.css" media="all"/>
|
||||
<link type="text/css" rel="stylesheet" href="./css/tabs/power.css" media="all"/>
|
||||
<link type="text/css" rel="stylesheet" href="./css/tabs/transponder.css" media="all"/>
|
||||
<link type="text/css" rel="stylesheet" href="./css/tabs/privacy_policy.css" media="all"/>
|
||||
<link type="text/css" rel="stylesheet" href="./css/font-awesome/css/font-awesome.min.css" media="all">
|
||||
<link type="text/css" rel="stylesheet" href="./css/opensans_webfontkit/fonts.css" media="all"/>
|
||||
<link type="text/css" rel="stylesheet" href="./css/dropdown-lists/css/style_lists.css" media="all"/>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<div class="tab-privacy_policy">
|
||||
<h1>Privacy Policy</h1>
|
||||
|
||||
|
||||
|
@ -102,3 +103,4 @@
|
|||
<ul>
|
||||
<li>By visiting this page on our website: <a target="_blank" href="https://github.com/betaflight/betaflight-configurator/issues">https://github.com/betaflight/betaflight-configurator/issues</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue