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 3046b6222b730f5e06b5a9d548fc3d03b31f9ea8
2 changes: 1 addition & 1 deletion step04/Todo/views/layouts/main.tt
Expand Up @@ -15,7 +15,7 @@
<link href="/css/bootstrap-theme.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