Merge pull request #114 from asaadmahmoodspin/master
Fixing css issues in IE, adding doctype to html files
Этот коммит содержится в:
@@ -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>
|
||||
|
||||
Ссылка в новой задаче
Block a user