diff options
author | knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2014-08-29 20:28:11 +0000 |
---|---|---|
committer | knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2014-08-29 20:28:11 +0000 |
commit | 6d16058715807ed11d62494e86e9e61e4bc602c5 (patch) | |
tree | 03ced0affe8a5a322cd97239475edaa842869bd3 | |
parent | 716fcb339325b82730b80cbd7dbcad514b8a6cae (diff) | |
download | neo-layout-6d16058715807ed11d62494e86e9e61e4bc602c5.tar.gz neo-layout-6d16058715807ed11d62494e86e9e61e4bc602c5.tar.bz2 neo-layout-6d16058715807ed11d62494e86e9e61e4bc602c5.zip |
Redesign header
Use background image, pull download icons to the right
git-svn-id: https://svn.neo-layout.org@2450 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r-- | www/index.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/www/index.html b/www/index.html index c3aba57..6362544 100644 --- a/www/index.html +++ b/www/index.html @@ -44,19 +44,21 @@ .Ebene1_wrapper:hover > .Ebene_button { background-color:Highlight; } + + h1 .tastentierchen { + height:100%; + background-color:#dceeee; + } </style> </head> <body> <div class="container"> - <div class="page-header"> - <h1 class="clearfix"> - <span class="visible-xs">Neo</span> - <img src="./neo_kopf_trac_522x50.png" alt="Neo – Ergonomisches Tastaturlayout" class="hidden-xs" /> + <header class="page-header"> + <h1 class="clearfix text-hide" style="background:url(./neo_kopf_trac_522x50.png) no-repeat; height:50px;"> + Neo – Ergonomisches Tastaturlayout - <span class="visible-sm-block"></span> - - <span class="pull-right"> + <span class="tastentierchen pull-right"> <a href="neo_de.xmodmap"> <img src="./tastentierchen_pingu.png" title="quickdownload:Neo_Linux" alt="quickdownload:Neo_Linux" /> </a> @@ -68,7 +70,7 @@ </a> </span> </h1> - </div> + </header> <div class="row clearfix"> <div class="col-md-9 col-md-push-3"> |