summaryrefslogtreecommitdiffstats
path: root/data/templates/base.html
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2018-07-17 01:24:32 +0200
committerSebastian Reichel <sre@ring0.de>2018-07-18 01:24:48 +0200
commit59997697f56e73d2323f8ec4be0d2581055063f8 (patch)
treedd23fe81f7a2aa19aa61a2e471fa6ba42c01771f /data/templates/base.html
parent013729dafb19579ec14848cd6c2752dc3afcb2f2 (diff)
downloadserial-barcode-scanner-59997697f56e73d2323f8ec4be0d2581055063f8.tar.bz2
bootstrap2 -> bootstrap3
Diffstat (limited to 'data/templates/base.html')
-rw-r--r--data/templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/templates/base.html b/data/templates/base.html
index 1870d0f..230600d 100644
--- a/data/templates/base.html
+++ b/data/templates/base.html
@@ -4,6 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{{{TITLE}}}</title>
<link type="text/css" rel="stylesheet" href="/css/bootstrap.css" />
+ <link type="text/css" rel="stylesheet" href="/css/bootstrap-theme.css" />
<link type="text/css" rel="stylesheet" href="/css/base.css" />
<script type="text/javascript" src="/js/sorttable.js"></script>
<script type="text/javascript" src="/js/jquery.js"></script>
@@ -16,7 +17,7 @@
<script type="text/javascript" src="/js/code39.js"></script>
</head>
<body>
- <div class="navbar navbar-fixed-top">
+ <div class="navbar navbar-default navbar-fixed-top">
{{{NAVBAR}}}
</div>
<div class="content">