diff options
Diffstat (limited to 'www')
-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"> |