diff --git a/src/main/twirl/gitbucket/core/helper/diff.scala.html b/src/main/twirl/gitbucket/core/helper/diff.scala.html
index 01725be..ca7b958 100644
--- a/src/main/twirl/gitbucket/core/helper/diff.scala.html
+++ b/src/main/twirl/gitbucket/core/helper/diff.scala.html
@@ -47,9 +47,6 @@
diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css
index 4d51e91..f365977 100644
--- a/src/main/webapp/assets/common/css/gitbucket.css
+++ b/src/main/webapp/assets/common/css/gitbucket.css
@@ -1121,6 +1121,9 @@
.diffstat-bar {
display: inline-block;
+ /* For IE 6/7 */
+ *display: inline;
+ *zoom: 1;
margin-left: 3px;
font-size: 16px;
color: #ddd;