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
 
@@ -15,12 +15,16 @@ blockquote {
 
}
 

	
 
.navbar-default .navbar-brand {
 
   color: #fff;
 
}
 

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

	
 
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
 
   color: #333;
 
}
 

	
 
.navbar-default .navbar-nav > li > a {
 
   color: #fff;
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
 
@@ -27,12 +27,13 @@
 
    <div class="navbar-header">
 
      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
 
        <span class="icon-bar"></span>
 
        <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">
 
      <ul class="nav navbar-nav">
 
        <li class="dropdown">
 
          <a href="#" class="dropdown-toggle" data-toggle="dropdown">About <b class="caret"></b></a>
0 comments (0 inline, 0 general)