Changeset - 53c9f8051498
[Not reviewed]
0 3 0
Tobias - 6 years ago 2018-10-06 20:42:47
tobias@localhost.localdomain
Nav fixes
3 files changed with 6 insertions and 20 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/nav.html
Show inline comments
...
 
@@ -11,3 +11,3 @@
 
  </a>
 
  
 

 
  <button class="navbar-toggler {% if color == 'green' %}white{% else %}green{% endif %}-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
...
 
@@ -17,4 +17,4 @@
 
  {% sitetree_menu from "main" include "trunk" template "sitetree_header.html" %}
 
  
 
  <!-- <ul class="navbar-nav flex-row ml-md-auto d-none d-md-flex">
 

	
 
  <ul class="navbar-nav flex-row ml-md-auto d-none d-md-flex ml-3">
 
    <li class="nav-item">
...
 
@@ -26,12 +26,3 @@
 
    </li>
 
    <li class="nav-item">
 
      <a class="nav-link" href="https://twitter.com/linuxconfau2019" target="_blank" rel="noopener" aria-label="Twitter">
 
        {% if color == 'green' %}
 
        <img src="{% static 'assets/tux_white.svg' %}" alt="Tux" class="navbar-nav-svg">
 
        {% else %}
 
        <img src="{% static 'assets/tux.svg' %}" alt="Tux" class="navbar-nav-svg">
 
        {% endif %}
 
      </a>
 
    </li>
 
  </ul> -->
 
  </ul>
 
</nav>
pinaxcon/templates/sitetree_header.html
Show inline comments
...
 
@@ -22,3 +22,3 @@
 
    {% endif %}
 
    {% endif %} 
 
    {% endif %}
 
    {% endfor %}
static/src/scss/app.scss
Show inline comments
...
 
@@ -23,3 +23,2 @@ body {
 

	
 

	
 
.text-page {
...
 
@@ -39,6 +38,2 @@ body {
 

	
 
.navbar-collapse {
 
    margin-left: $padding-left-default;
 
}
 

	
 

	
...
 
@@ -112,3 +107,3 @@ footer {
 
li.nav-item {
 
    height: 2.75rem;
 
    min-height: 2.75rem;
 

	
0 comments (0 inline, 0 general)