We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371638b commit 14481e3Copy full SHA for 14481e3
1 file changed
web/templates/web/base.html
@@ -6,9 +6,9 @@
6
<head>
7
<title>Deis</title>
8
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9
- <link href="{% static "css/bootstrap.min.css" %}" rel="stylesheet" media="screen">
10
- <link href="{% static "css/deis.css" %}" rel="stylesheet">
11
- <link href="{% static "css/bootstrap-responsive.min.css" %}" rel="stylesheet">
+ <link href="{% static "css/bootstrap.css" %}" rel="stylesheet" media="screen">
+ <link href="{% static "css/main.css" %}" rel="stylesheet">
+ <link href="{% static "css/bootstrap-responsive.css" %}" rel="stylesheet">
12
<link rel="shortcut icon" href="{% static "favicon.ico" %}">
13
</head>
14
0 commit comments