diff --git a/src/main/twirl/repo/commit.scala.html b/src/main/twirl/repo/commit.scala.html index 49b0157..278e05d 100644 --- a/src/main/twirl/repo/commit.scala.html +++ b/src/main/twirl/repo/commit.scala.html @@ -90,15 +90,3 @@ }); }); - diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 598d428..8d773ba 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -82,6 +82,10 @@ background-color: white; } +table.table { + margin-bottom: 10px; +} + table.table th { background-color: #d9edf7; } @@ -191,6 +195,17 @@ margin-bottom: 4px; } +ul#commit-file-list { + list-style-type: none; + padding-left: 0px; + margin-left: 0px; +} + +ul#commit-file-list li.border { + padding-bottom: 2px; + border-top: 1px solid #eee; +} + ul.collaborator { list-style-type: none; margin-left: 0px;