parent
895736eaf1
commit
5b03dd6ad0
Binary file not shown.
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 5.1 KiB |
|
@ -24,3 +24,7 @@ td {
|
|||
|
||||
.pitstop {
|
||||
}
|
||||
|
||||
.nav-pills > li > a {
|
||||
border: 1px solid;
|
||||
}
|
|
@ -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') }}">
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue