mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
first_setup: Remove duplicate logo, center the content
- Remove the space meant for left sidebar. - Remove the logo in the navigation bar as bigger logo is already present. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
ad7f63ebfa
commit
3aa6bf65a0
@ -23,11 +23,16 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
{% block page_head %}
|
{% block page_head %}
|
||||||
|
<style type="text/css">
|
||||||
|
a.navbar-brand {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<meta http-equiv="refresh" content="3" />
|
<meta http-equiv="refresh" content="3" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content_row %}
|
||||||
|
|
||||||
{% if is_first_setup_running %}
|
{% if is_first_setup_running %}
|
||||||
<div class="alert alert-warning" role="alert">
|
<div class="alert alert-warning" role="alert">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user