Skip to content

Commit 394455c

Browse files
authored
Merge pull request kevoreilly#3089 from rkoumis/remove-accidental-atlas-css
Undo addition of non-existent css file
2 parents fa28299 + 7563968 commit 394455c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

web/templates/base.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<link href="{{ STATIC_URL }}css/bootstrap.min.css" rel="stylesheet">
1818
<link href="{{ STATIC_URL }}css/bootstrap-social.min.css" rel="stylesheet">
1919
<link href="{{ STATIC_URL }}css/style.css" rel="stylesheet">
20-
<link href="{{ STATIC_URL }}css/atlas.css" rel="stylesheet">
2120
<link href="{{ STATIC_URL }}css/fontawesome-all.css" rel="stylesheet">
2221
{% block extra_head %}{% endblock %}
2322
</head>

0 commit comments

Comments
 (0)