Changeset - 4b1d0a64650c
[Not reviewed]
version_5
0 2 1
Dennis Fink - 10 years ago 2015-07-19 14:44:39
dennis.fink@c3l.lu
Added logo thumbnail into navbar
3 files changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
ennstatus/static/css/ennstatus.css
Show inline comments
 
@@ -18,6 +18,10 @@ blockquote {
 
   color: #fff;
 
}
 

	
 
.navbar-default img.navbar-brand {
 
  padding: 10px 0 10px 10px;
 
}
 

	
 
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
 
   color: #333;
 
}
ennstatus/static/images/FVDE_logo_thumbnail.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
ennstatus/templates/base.html
Show inline comments
 
@@ -30,6 +30,7 @@
 
        <span class="icon-bar"></span>
 
        <span class="icon-bar"></span>
 
      </button>
 
      <img class="navbar-brand" src="{{ url_for('static', filename='images/FVDE_logo_thumbnail.png') }}"></img>
 
      <a class="navbar-brand" href="{{ url_for('root.index') }}">Enn.lu</a>
 
    </div>
 
    <div class="navbar-collapse collapse">
0 comments (0 inline, 0 general)