Commit f6e6508b authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3416 from krienow/doctype

Fix doctype declarations
parents fa756ff4 44787b0c
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>Be right back.</title> <title>Be right back.</title>
...@@ -5,11 +6,14 @@ ...@@ -5,11 +6,14 @@
<link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<style> <style>
html, body {
height: 100%;
}
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
width: 100%; width: 100%;
height: 100%;
color: #B0BEC5; color: #B0BEC5;
display: table; display: table;
font-weight: 100; font-weight: 100;
......
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>Laravel</title> <title>Laravel</title>
...@@ -5,11 +6,14 @@ ...@@ -5,11 +6,14 @@
<link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<style> <style>
html, body {
height: 100%;
}
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
width: 100%; width: 100%;
height: 100%;
color: #B0BEC5; color: #B0BEC5;
display: table; display: table;
font-weight: 100; font-weight: 100;
......
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