Merge pull request #114 from asaadmahmoodspin/master

Fixing css issues in IE, adding doctype to html files
Этот коммит содержится в:
Corey Hulen
2015-07-01 22:20:53 -08:00
родитель d3efefba1f c15bc9ad94
Коммит c0de5c37f0
12 изменённых файлов: 21 добавлений и 5 удалений

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

@@ -11,17 +11,21 @@ body {
&.white {
background: #fff;
.inner__wrap {
height: 100%;
> .row.content {
min-height: 100%;
margin-bottom: -89px;
}
}
.row.content {
min-height: 100%;
height: auto !important;
}
.inner__wrap {
height: 100%;
> .row.main {
height: 100%;
margin-bottom: -89px;
}
}
> .container-fluid {
@include clearfix;
height: 100%;
position: relative;
}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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