mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +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 %}
|
||||
|
||||
{% block page_head %}
|
||||
<style type="text/css">
|
||||
a.navbar-brand {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
<meta http-equiv="refresh" content="3" />
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
{% block content_row %}
|
||||
|
||||
{% if is_first_setup_running %}
|
||||
<div class="alert alert-warning" role="alert">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user