Commit 86f64bfe authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

MLAB-253: use the original bootstrap CSS

parent d9a33766
...@@ -4,7 +4,7 @@ html(lang="de") ...@@ -4,7 +4,7 @@ html(lang="de")
title= "404 - Page not found" title= "404 - Page not found"
meta(charset="UTF-8") meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no") meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no")
link(rel="stylesheet", type="text/css", href="/css/bootstrap.css") link(rel="stylesheet", type="text/css", href="/css/bootstrap.min.css")
style. style.
.container { .container {
height: 400px; height: 400px;
......
...@@ -4,7 +4,7 @@ html(lang="de") ...@@ -4,7 +4,7 @@ html(lang="de")
title= "500 - Internal Server Error" title= "500 - Internal Server Error"
meta(charset="UTF-8") meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no") meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no")
link(rel="stylesheet", type="text/css", href="/css/bootstrap.css") link(rel="stylesheet", type="text/css", href="/css/bootstrap.min.css")
style. style.
.container { .container {
height: 400px; height: 400px;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment