Skip to content

Commit 6aaf4d6

Browse files
author
Resolver Developers
committed
Updated to allow for move of base stylesheet from PythonAnywhere. by:
Giles
1 parent 337c0c9 commit 6aaf4d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/renderer/templates/tutorial_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<link rel="stylesheet" href="http://www.pythonanywhere.com/static/anywhere/styles/tutorial.css" type="text/css" media="screen" charset="utf-8" />
5-
<link rel="stylesheet" href="http://www.pythonanywhere.com/static/anywhere/styles/common_base.css" type="text/css" media="screen" charset="utf-8" />
5+
<link rel="stylesheet" href="http://www.pythonanywhere.com/static/anywhere/styles/bootstrap_base.css" type="text/css" media="screen" charset="utf-8" />
66

77
<link rel="stylesheet" href="http://www.pythonanywhere.com/static/pygments/style.css" type="text/css" media="screen" charset="utf-8" />
88

0 commit comments

Comments
 (0)