Reduce font-size for register explanations
This commit is contained in:
parent
f93e121763
commit
25dd103f6f
@ -799,6 +799,10 @@ html.cp,
|
|||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
.cp #main #data p.register-explanation,
|
||||||
|
.cp #main_other #data p.register-explanation {
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
.cp #main #data h1,
|
.cp #main #data h1,
|
||||||
.cp #main_other #data h1,
|
.cp #main_other #data h1,
|
||||||
.cp #main #data h2,
|
.cp #main #data h2,
|
||||||
|
|||||||
@ -339,6 +339,9 @@ body.html {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
&.register-explanation {
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
h1, h2 {
|
h1, h2 {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|||||||
@ -55,7 +55,7 @@
|
|||||||
<div id="main-container">
|
<div id="main-container">
|
||||||
<div id="data" class="hidden">
|
<div id="data" class="hidden">
|
||||||
<h1 data-localization="register_header"></h1><br />
|
<h1 data-localization="register_header"></h1><br />
|
||||||
<p class="left" data-localization="register_explanation"><!-- Zero Knowledge collaborative realtime editor. Protected from the NSA. --></p>
|
<p class="left register-explanation" data-localization="register_explanation"><!-- Zero Knowledge collaborative realtime editor. Protected from the NSA. --></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="userForm" class="form-group hidden">
|
<div id="userForm" class="form-group hidden">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user