mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
Use margins or <p> instead of <br />
This commit is contained in:
parent
96a14e3d0d
commit
e6b5bed1f3
@ -25,13 +25,14 @@
|
||||
{% if is_installed %}
|
||||
|
||||
<h3>Status</h3>
|
||||
<br style='clear:both'>
|
||||
|
||||
<p>
|
||||
{% if is_running %}
|
||||
<div class='running-status active'></div> Tor is running
|
||||
{% else %}
|
||||
<div class='running-status inactive'></div> Tor is not running
|
||||
{% endif %}
|
||||
<br style='clear:both'>
|
||||
</p>
|
||||
|
||||
<h3>Hidden Service</h3>
|
||||
<p>A hidden service will allow your {{ cfg.box_name }} to provide selected
|
||||
@ -69,8 +70,6 @@ port-forwarded, if necessary:</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br style='clear:both'>
|
||||
|
||||
<h3>SOCKS</h3>
|
||||
<p>A Tor SOCKS port is available on your {{ cfg.box_name }} on TCP port
|
||||
9050.</p>
|
||||
|
||||
@ -38,9 +38,11 @@ XMPP client
|
||||
|
||||
{% else %}
|
||||
<h2>XMPP Server</h2>
|
||||
<p>The XMPP server <i>ejabberd</i> is not installed.<br />ejabberd comes
|
||||
pre-installed with {{ cfg.box_name }}. On any Debian-based system (such as
|
||||
{{ cfg.box_name }}) you may install it using the command
|
||||
|
||||
<p>The XMPP server <i>ejabberd</i> is not installed.</p>
|
||||
|
||||
<p>ejabberd comes pre-installed with {{ cfg.box_name }}. On any Debian-based
|
||||
system (such as {{ cfg.box_name }}) you may install it using the command
|
||||
<code>aptitude install ejabberd</code>.</p>
|
||||
|
||||
{% endif %}
|
||||
|
||||
@ -153,7 +153,6 @@
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<br />
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
@ -11,6 +11,9 @@ body {
|
||||
float: left;
|
||||
margin-top: -14px;
|
||||
padding: 8px;
|
||||
|
||||
.nav-tabs {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.running-status {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user