Mercurial > dive4elements > website
changeset 122:042b73e89d27
Use font-family Arial also in header.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 03 Apr 2014 09:55:21 +0200 |
parents | b142a13c7435 |
children | 3864e4382c80 9942e60141f2 |
files | css/style.css header.html |
diffstat | 2 files changed, 12 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/css/style.css Wed Apr 02 14:43:02 2014 +0200 +++ b/css/style.css Thu Apr 03 09:55:21 2014 +0200 @@ -30,6 +30,15 @@ color: #777; border-top: 1px solid #e5e5e5; } + +/* Custom page header */ +.nav { + font-family: Arial; +} +.glyphicon { + margin-right: 1.5ex; +} + /* Custom page carousel */ .carousel-caption { position: static;
--- a/header.html Wed Apr 02 14:43:02 2014 +0200 +++ b/header.html Thu Apr 03 09:55:21 2014 +0200 @@ -11,9 +11,9 @@ </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="download.html"><span class="glyphicon glyphicon-download"> Herunterladen</span></a></li> - <li><a href="devel.html"><span class="glyphicon glyphicon-cog"> Entwicklung</span></a></li> - <li><a href="community.html"><span class="glyphicon glyphicon-fire"> Gemeinschaft</span></a></li> + <li><a href="download.html"><span class="glyphicon glyphicon-download"></span>Herunterladen</a></li> + <li><a href="devel.html"><span class="glyphicon glyphicon-cog"></span>Entwicklung</a></li> + <li><a href="community.html"><span class="glyphicon glyphicon-fire"></span>Gemeinschaft</a></li> </div> </div> <!-- /navbar -->