Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Css bug #13

Merged
merged 11 commits into from Aug 23, 2016
Prev Previous commit
Next Next commit
Update main.tt
  • Loading branch information
hermenlesscher committed Aug 23, 2016
commit cbf8088a1858e55970e600940c9995eff50b5ff4
2 changes: 1 addition & 1 deletion step10/Todo/views/layouts/main.tt
Expand Up @@ -16,7 +16,7 @@
<link href="/css/bootstrap-switch.min.css" rel="stylesheet">

<!-- Custom styles for this template -->
<link href="theme.css" rel="stylesheet">
<link href="/css/theme.css" rel="stylesheet">
</head>

<body role="document">
Expand Down