aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/home.html
diff options
context:
space:
mode:
authorFrançois Schmidts <francois.schmidts@gmail.com>2016-01-31 16:59:04 +0100
committerFrançois Schmidts <francois.schmidts@gmail.com>2016-01-31 16:59:04 +0100
commiteb74eca67026a62dac5d0f8cf92111fad6c73648 (patch)
tree5a3e6026172ad85a0b4c0267c859fd65edfcbf9c /src/web/templates/home.html
parentreset scrolling when setting right panel (diff)
downloadnewspipe-eb74eca67026a62dac5d0f8cf92111fad6c73648.tar.gz
newspipe-eb74eca67026a62dac5d0f8cf92111fad6c73648.tar.bz2
newspipe-eb74eca67026a62dac5d0f8cf92111fad6c73648.zip
fixing breadcrum height
Diffstat (limited to 'src/web/templates/home.html')
-rw-r--r--src/web/templates/home.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/templates/home.html b/src/web/templates/home.html
index 4389ae6f..c2966be7 100644
--- a/src/web/templates/home.html
+++ b/src/web/templates/home.html
@@ -8,11 +8,11 @@
<meta name="author" content="" />
<title>JARR{% if head_titles %} - {{ ' - '.join(head_titles) }}{% endif %}</title>
<link rel="shortcut icon" href="{{ url_for("static", filename="img/favicon.png") }}" />
- <!-- Bootstrap core CSS -->
- <link href="{{ url_for("static", filename="css/bootstrap.min.css") }}" rel="stylesheet" media="screen" />
<!-- Add custom CSS here -->
<link href="{{ url_for("static", filename="css/customized-bootstrap.css") }}" rel="stylesheet" media="screen" />
<link href="{{ url_for("static", filename="css/one-page-app.css") }}" rel="stylesheet" media="screen" />
+ <!-- Bootstrap core CSS -->
+ <link href="{{ url_for("static", filename="css/bootstrap.min.css") }}" rel="stylesheet" media="screen" />
{% endblock %}
</head>
<body>
bgstack15