Commit 34c3b882626d5eee0429888ab0aae56683004317

Authored by Miguel Barao
1 parent 028e70b1
Exists in master and in 1 other branch dev

- fixed bootstrap themes

templates/login.html
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 <meta charset="utf-8"> 7 <meta charset="utf-8">
8 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> 8 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
9 9
10 - <link rel="stylesheet" href="/static/bootstrap/css/bootstrap.min.css"> 10 + <link rel="stylesheet" href="/static/bootstrap/css/bootstrap-material.min.css">
11 11
12 </head> 12 </head>
13 <!-- =================================================================== --> 13 <!-- =================================================================== -->
templates/maintopics.html
@@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
11 <meta name="author" content="Miguel Barão"> 11 <meta name="author" content="Miguel Barão">
12 12
13 <!-- Bootstrap, Fontawesome --> 13 <!-- Bootstrap, Fontawesome -->
14 - <link rel="stylesheet" href="/static/bootstrap/css/bootstrap-materia.min.css"> 14 + <link rel="stylesheet" href="/static/bootstrap/css/bootstrap-material.min.css">
15 <link rel="stylesheet" href="/static/font-awesome/css/font-awesome.min.css"> 15 <link rel="stylesheet" href="/static/font-awesome/css/font-awesome.min.css">
16 16
17 <!-- Other --> 17 <!-- Other -->
templates/topic.html
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
19 <script type="text/javascript" src="/static/mathjax/MathJax.js?delayStartupUntil=onload&config=TeX-AMS_CHTML-full"></script> 19 <script type="text/javascript" src="/static/mathjax/MathJax.js?delayStartupUntil=onload&config=TeX-AMS_CHTML-full"></script>
20 20
21 <!-- Bootstrap --> 21 <!-- Bootstrap -->
22 - <link rel="stylesheet" href="/static/bootstrap/css/bootstrap-materia.min.css"> 22 + <link rel="stylesheet" href="/static/bootstrap/css/bootstrap-material.min.css">
23 <link rel="stylesheet" href="/static/font-awesome/css/font-awesome.min.css"> 23 <link rel="stylesheet" href="/static/font-awesome/css/font-awesome.min.css">
24 <link rel="stylesheet" href="/static/css/animate.min.css"> 24 <link rel="stylesheet" href="/static/css/animate.min.css">
25 <link rel="stylesheet" href="/static/css/github.css"> 25 <link rel="stylesheet" href="/static/css/github.css">