Include an additional css file to allow for site specific changes and style overrides
This commit is contained in:
parent
ce1fb43ebe
commit
8fd7cc13cd
5
static/css/local.css
Normal file
5
static/css/local.css
Normal file
@ -0,0 +1,5 @@
|
||||
/*
|
||||
* This file can be used to add local css customisations
|
||||
*
|
||||
*/
|
||||
|
@ -7,8 +7,9 @@
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/bootstrap-reboot.min.css') }}">
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/bootstrap.min.css') }}">
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/datatables.min.css') }}">
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/local.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
<body id="bird-lg">
|
||||
<nav class="navbar navbar-expand-lg navbar-light" style="background-color: #e3f2fd;">
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user