diff --git a/9IPHP/css/base.css b/9IPHP/css/base.css
index 99d5223..e81561e 100644
--- a/9IPHP/css/base.css
+++ b/9IPHP/css/base.css
@@ -760,6 +760,10 @@ a {
-webkit-box-sizing: border-box
}
+.form input {
+ height: 30px;
+}
+
.form input:focus,
.form textarea:focus {
background-color: #FFF;
diff --git a/9IPHP/footer.ftl b/9IPHP/footer.ftl
index 79827dd..50f1705 100644
--- a/9IPHP/footer.ftl
+++ b/9IPHP/footer.ftl
@@ -60,5 +60,6 @@
};
Util.parseMarkdown('content-reset');
+ Util.killIE(10)
${plugins}
diff --git a/Bruce/footer.ftl b/Bruce/footer.ftl
index 015bce7..5b91216 100644
--- a/Bruce/footer.ftl
+++ b/Bruce/footer.ftl
@@ -69,5 +69,6 @@
${plugins}
diff --git a/Finding/footer.ftl b/Finding/footer.ftl
index 9a5b7ac..0b9b2f5 100644
--- a/Finding/footer.ftl
+++ b/Finding/footer.ftl
@@ -57,5 +57,6 @@
"em14Label": "${em14Label}"
};
Util.parseMarkdown('post-content');
+ Util.killIE(8)
${plugins}
diff --git a/Medium/article.ftl b/Medium/article.ftl
index 05d86bf..a85f169 100644
--- a/Medium/article.ftl
+++ b/Medium/article.ftl
@@ -254,6 +254,7 @@
"em14Label": "${em14Label}"
};
+ Util.killIE()
Util.parseMarkdown('content-reset');
Skin.initArticle();
diff --git a/Medium/css/base.css b/Medium/css/base.css
index 163ac0f..ed013fa 100644
--- a/Medium/css/base.css
+++ b/Medium/css/base.css
@@ -1011,12 +1011,13 @@ blockquote {
box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 4px;
border: 1px solid rgba(0, 0, 0, 0.09);
border-radius: 3px;
- padding: 10px 20px;
+ padding: 10px 20px 10px 77px;
margin: 0 0 20px;
}
.article__comment .comment__avatar {
position: absolute;
+ left: 10px;
height: 57px;
width: 57px;
display: inline-block;
@@ -1025,10 +1026,6 @@ blockquote {
border-radius: 50%;
}
-.article__comment .comment__body {
- padding-left: 81px;
-}
-
.article__comment .comment__body svg.ft-gray {
height: 12px;
width: 12px;
@@ -1352,8 +1349,8 @@ blockquote {
transform: scale(0.7);
}
- .article__comment .comment__body {
- padding-left: 0;
+ .article__comment .comment__item {
+ padding-left: 10px;
}
}
diff --git a/Medium/footer.ftl b/Medium/footer.ftl
index b4a8e28..f2a5722 100644
--- a/Medium/footer.ftl
+++ b/Medium/footer.ftl
@@ -71,7 +71,7 @@
"em13Label": "${em13Label}",
"em14Label": "${em14Label}"
};
-
+ Util.killIE(8)
Util.parseMarkdown('content-reset');
${plugins}
diff --git a/nijigen/css/base.scss b/nijigen/css/base.scss
index f01d567..d977819 100644
--- a/nijigen/css/base.scss
+++ b/nijigen/css/base.scss
@@ -75,6 +75,7 @@ a {
background-color: rgba(255, 255, 255, 0.8);
padding: 15px;
color: $black;
+ display: block;
&:hover {
background-color: #fff;
}
diff --git a/owmx-3.0/header.ftl b/owmx-3.0/header.ftl
index 1adc8ed..20705f5 100644
--- a/owmx-3.0/header.ftl
+++ b/owmx-3.0/header.ftl
@@ -20,27 +20,4 @@
\ No newline at end of file
+
\ No newline at end of file
diff --git a/yilia/footer.ftl b/yilia/footer.ftl
index 56685d3..1cf566a 100644
--- a/yilia/footer.ftl
+++ b/yilia/footer.ftl
@@ -78,5 +78,6 @@
"em14Label": "${em14Label}"
};
Util.parseMarkdown();
+ Util.killIE(8)
${plugins}