Skip to content

Commit de03de1

Browse files
committed
Remove calls to non-existing CSS files (#294)
* bootstrap.html: Remove calls to non-existing CSS files * main.html: ez-guidelines CSS class doesn't exist. (cherry picked from commit 98aa040)
1 parent b091718 commit de03de1

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

theme/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
{% block content %}
4242
{% set ns = namespace(bootstrap_extra_css='') %}
4343
{% for md_file in config.extra.append_bootstrap if 'docs' + md_file in page.edit_url %}
44-
{% set ns.bootstrap_extra_css = ' bootstrap-iso ez-guidelines' %}
44+
{% set ns.bootstrap_extra_css = ' bootstrap-iso' %}
4545
{% include "partials/integrations/bootstrap.html" %}
4646
{% endfor %}
4747

theme/partials/integrations/bootstrap.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,5 @@
33
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
44
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
55

6-
<link rel="stylesheet" href="{{ base_url }}/css/ez-guidelines.css">
7-
<link rel="stylesheet" href="{{ base_url }}/css/ez-guidelines-utilities.css">
8-
<link rel="stylesheet" href="{{ base_url }}/css/ez-guidelines-typography.css">
9-
<link rel="stylesheet" href="{{ base_url }}/css/ez-guidelines-colors.css">
10-
<link rel="stylesheet" href="{{ base_url }}/css/ez-guidelines-icons.css">
11-
<link rel="stylesheet" href="{{ base_url }}/css/ez-guidelines-buttons.css">
12-
<link rel="stylesheet" href="{{ base_url }}/css/ez-guidelines-tables.css">
13-
<link rel="stylesheet" href="{{ base_url }}/css/ez-guidelines-tabs.css">
14-
<link rel="stylesheet" href="{{ base_url }}/css/ez-guidelines-form-components.css">
156
<link rel="stylesheet" href="{{ base_url }}/css/bootstrap-iso.css">
167
<link rel="stylesheet" href="{{ base_url }}/css/front-page.css">

0 commit comments

Comments
 (0)