added icon for apple

added tabbing for services
This commit is contained in:
root 2015-03-22 10:07:15 +01:00
parent 895736eaf1
commit 5b03dd6ad0
4 changed files with 7 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -23,4 +23,8 @@ td {
}
.pitstop {
}
.nav-pills > li > a {
border: 1px solid;
}

View File

@ -35,8 +35,8 @@
<title>Rollerverbrauch</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="apple-touch-icon" href="{{ url_for('static', filename='apple-touch-icon.png') }}">
<link rel="apple-touch-icon" href="{{ url_for('static', filename='apple-touch-icon.png') }}">
<!--
<link rel="stylesheet" href="{{ url_for('static', filename='normalize.min.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='main.css') }}">

View File

@ -46,7 +46,7 @@
{% block body %}
{{ service_warning() }}
<div class="tabbable tabs-left">
<ul class="nav nav-tabs" id="tabs">
<ul class="nav nav-pills" id="tabs">
<li>
<a href="#tab1" data-toggle="tab">Inspektionen</a>
</li>