user proper indentation
This commit is contained in:
parent
49b1905bf4
commit
e5f281e7e6
@ -27,9 +27,9 @@ body {
|
||||
}
|
||||
|
||||
a, a:hover, a:active, a:visited {
|
||||
text-decoration: none;
|
||||
color: black !important;
|
||||
cursor: default;
|
||||
text-decoration: none;
|
||||
color: black !important;
|
||||
cursor: default;
|
||||
vertical-align: inherit;
|
||||
}
|
||||
|
||||
@ -54,6 +54,7 @@ table {
|
||||
width: 360px;
|
||||
table-layout: fixed;
|
||||
white-space: nowrap;
|
||||
margin-bottom: 30px !important;
|
||||
}
|
||||
|
||||
table tr {
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ul class="nav nav-pills">
|
||||
{% for country in countrys %}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link btn btn-outline-primary" href="#{{ country.name_iso }}">{{ country.name }}</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link btn btn-outline-primary" href="#{{ country.name_iso }}">{{ country.name }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user