Changeset - bf0b82f8a983
[Not reviewed]
version_5
0 1 0
Dennis Fink - 10 years ago 2015-07-19 16:01:04
dennis.fink@c3l.lu
Color headlines
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
ennstatus/static/css/ennstatus.css
Show inline comments
 
@@ -5,24 +5,28 @@ blockquote {
 
.thumbnail {
 
    border: none;
 
}
 

	
 
.container {
 
    margin-top:1%;
 
}
 

	
 
.navbar-default {
 
   background-color: #00ae18;
 
}
 

	
 
h1, h2, h3, h4 {
 
   color: #00ae18;
 
}
 

	
 
.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;
 
}
 

	
0 comments (0 inline, 0 general)