Fixing css issues in IE, adding doctype to html files

Этот коммит содержится в:
Asaad Mahmood
2015-07-01 20:37:27 +05:00
родитель 5e204030ff
Коммит 42c7fbaa92
11 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "channel"}} {{define "channel"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body> <body>

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "find_team"}} {{define "find_team"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body class="white"> <body class="white">

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "home"}} {{define "home"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body> <body>

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "login"}} {{define "login"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body class="white"> <body class="white">

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "password_reset"}} {{define "password_reset"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body class="white"> <body class="white">

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "signup_team"}} {{define "signup_team"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body class="white"> <body class="white">

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "signup_team_complete"}} {{define "signup_team_complete"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body class="white"> <body class="white">

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "signup_team_confirm"}} {{define "signup_team_confirm"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body class="white"> <body class="white">

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "signup_user_complete"}} {{define "signup_user_complete"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body class="white"> <body class="white">

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "verify"}} {{define "verify"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body> <body>

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "welcome"}} {{define "welcome"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body> <body>