Remove -webkit-flex display declarations This is based on support in the last two major versions of modern browsers. Change-Id: Idf4fd3b7a545e727d878663d1d1da3e0c6be5fe4
diff --git a/gitiles-servlet/src/main/resources/com/google/gitiles/static/base.css b/gitiles-servlet/src/main/resources/com/google/gitiles/static/base.css index 0c0da86..e7505e8 100644 --- a/gitiles-servlet/src/main/resources/com/google/gitiles/static/base.css +++ b/gitiles-servlet/src/main/resources/com/google/gitiles/static/base.css
@@ -80,19 +80,16 @@ .Site { background: #fff; color: #000; - display: -webkit-flex; display: -ms-flexbox; display: flex; font: 14px/1.54 'Open Sans', sans-serif; min-height: 100vh; - -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .Site-header, .Site-footer { background: #eee; - -webkit-flex: none; -ms-flex: none; flex: none; } @@ -100,7 +97,6 @@ background: #fff; } .Site-content { - -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; padding: 20px; @@ -114,10 +110,8 @@ } .Header, .Footer { - -webkit-align-items: center; -ms-flex-align: center; align-items: center; - display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 20px; @@ -129,10 +123,8 @@ } .Header-title, .Header-image { - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-flex: 1; -ms-flex: 1; flex: 1; } @@ -152,10 +144,8 @@ padding: 15px 0; } .Header-menu { - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } @@ -182,16 +172,13 @@ color: #666; } .Footer-poweredBy { - -webkit-flex: 1; -ms-flex: 1; flex: 1; } .Footer-formats, .Footer-links { - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } @@ -206,7 +193,6 @@ margin-left: 10px; } .RepoList-item { - display: -webkit-flex; display: -ms-flexbox; display: flex; left: -10px; @@ -243,7 +229,6 @@ } .RepoList-itemDescription { color: #000; - -webkit-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; @@ -276,12 +261,10 @@ width: 100%; } .RepoShortlog { - display: -webkit-flex; display: -ms-flexbox; display: flex; } .RepoShortlog-refs { - -webkit-flex: none !important; -ms-flex: none !important; flex: none !important; width: 20%; @@ -290,7 +273,6 @@ margin: 0; } .RepoShortlog-log { - -webkit-flex: 1; -ms-flex: 1; flex: 1; }