Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Web
community
Commits
924293c7
Commit
924293c7
authored
Jun 03, 2019
by
Antonela
Browse files
fix jumbotron padding
parent
ed4b363d
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
assets/static/bootstrap.css
View file @
924293c7
This diff is collapsed.
Click to expand it.
assets/static/bootstrap.css.map
View file @
924293c7
This diff is collapsed.
Click to expand it.
templates/header.html
View file @
924293c7
...
...
@@ -10,7 +10,7 @@
<div
class=
"container bg-dark pt-5"
>
{% endif %}
<div
class=
"row"
>
<div
class=
"col-12 content-center
pt-5
"
>
<div
class=
"col-12 content-center"
>
<div
class=
"row"
>
<h6
class=
"mx-auto text-white"
>
{% block section %}{{ this.section }}{% endblock %}
</h6>
</div>
...
...
templates/hero.html
View file @
924293c7
<div
class=
"container bg-{{ this.color }} pt-5"
>
<div
class=
"row"
>
<div
class=
"col-12 content-center pt-5"
>
<div
class=
"row"
>
<div
class=
"col-12 content-center pt-5"
>
<div
class=
"row"
>
<h6
class=
"mx-auto text-white"
>
{% block section %}{{ this.section }}{% endblock %}
</h6>
</div>
<div
class=
"row pb-5"
>
<h2
class=
"mx-auto display-4 text-white"
>
{% block title %}{{ this.title }}{% endblock %}
</h2>
</div>
<div
class=
"row pb-5"
>
<h4
class=
"mx-auto text-white"
>
{% block subtitle %}{{ this.subtitle }}{% endblock %}
</h4>
</div>
<div
class=
"col-12 content-center"
>
<div
class=
"row"
>
<h6
class=
"mx-auto text-white"
>
{% block section %}{{ this.section }}{% endblock %}
</h6>
</div>
<div
class=
"row"
>
<h2
class=
"mx-auto display-3 text-white"
>
{% block title %}{{ this.title }}{% endblock %}
</h2>
</div>
<div
class=
"row pb-5"
>
<h4
class=
"mx-auto text-white"
>
{% block subtitle %}{{ this.subtitle }}{% endblock %}
</h4>
</div>
</div>
</div>
</div>
</div>
templates/navbar.html
View file @
924293c7
{% if this.color == 'primary' %}
<div
class=
"container bg-primary"
>
<nav
class=
"navbar no-background navbar-expand-lg navbar-dark fixed-top bg-primary p-
5
"
>
<nav
class=
"navbar no-background navbar-expand-lg navbar-dark fixed-top bg-primary p-
4
"
>
{% else %}
<div
class=
"container bg-dark"
>
<nav
class=
"navbar no-background navbar-expand-lg navbar-dark fixed-top bg-dark p-
5
"
>
<nav
class=
"navbar no-background navbar-expand-lg navbar-dark fixed-top bg-dark p-
4
"
>
{% endif %}
<a
class=
"navbar-brand"
href=
"/"
>
<img
alt=
"{{ 'The Tor Project' }}"
src=
"{{ '/static/images/tor-logo.svg'|asseturl }}"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment