File tree 4 files changed +7
-11
lines changed
4 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 6
6
< span class ="footer__copyright-credits "> {{ T "footer_credits" | safeHTML }}</ span >
7
7
</ div >
8
8
</ div >
9
- </ footer >
9
+ </ footer >
Original file line number Diff line number Diff line change 7
7
{{- else -}}
8
8
{{- partial "post_meta/date.html" $root -}}
9
9
{{- partial "post_meta/categories.html" $root -}}
10
- {{- end -}}
10
+ {{- end -}}
Original file line number Diff line number Diff line change 98
98
99
99
.sidebar--left {
100
100
-webkit-order : 0 ;
101
+ -ms-flex-order : 0 ;
101
102
order : 0 ;
102
103
margin : 0 2.5% 0 0 ;
103
104
}
@@ -145,8 +146,6 @@ textarea {
145
146
/* Animation */
146
147
.menu__item ,
147
148
.btn {
148
- -webkit-transition : background-color .25s ease-out;
149
- -moz-transition : background-color .25s ease-out;
150
149
transition : background-color .25s ease-out;
151
150
}
152
151
@@ -884,6 +883,8 @@ select {
884
883
}
885
884
886
885
.post-nav__item {
886
+ -webkit-flex : 1 1 50% ;
887
+ -ms-flex : 1 1 50% ;
887
888
flex : 1 1 50% ;
888
889
max-width : 48% ;
889
890
}
@@ -941,8 +942,6 @@ input {
941
942
vertical-align : middle;
942
943
background : # f5f5f5 ;
943
944
border : 1px solid # ebebeb ;
944
- -webkit-transition : all .25s ease-in-out;
945
- -moz-transition : all .25s ease-in-out;
946
945
transition : all .25s ease-in-out;
947
946
}
948
947
@@ -972,8 +971,6 @@ input[type=reset] {
972
971
cursor : pointer;
973
972
background : # 2a2a2a ;
974
973
border : 0 ;
975
- -webkit-transition : all .1s linear;
976
- -moz-transition : all .1s linear;
977
974
transition : all .1s linear;
978
975
-webkit-appearance : none;
979
976
}
@@ -1046,8 +1043,6 @@ textarea {
1046
1043
border : 1px solid # ebebeb ;
1047
1044
border-radius : 0 ;
1048
1045
outline-offset : -2px ;
1049
- -webkit-transition : none;
1050
- -moz-transition : none;
1051
1046
transition : none;
1052
1047
-webkit-appearance : none;
1053
1048
}
You can’t perform that action at this time.
0 commit comments