diff --git a/assets/scripts/app/templates/builds/show.hbs b/assets/scripts/app/templates/builds/show.hbs
index d17173a9..69a52496 100644
--- a/assets/scripts/app/templates/builds/show.hbs
+++ b/assets/scripts/app/templates/builds/show.hbs
@@ -27,6 +27,28 @@
{{formatMessage build.commit.body repoBinding=build.repo pre=true}}
+
+
diff --git a/assets/styles/main/summary.sass b/assets/styles/main/summary.sass
index b6dc773d..d935f2dd 100644
--- a/assets/styles/main/summary.sass
+++ b/assets/styles/main/summary.sass
@@ -15,7 +15,6 @@
#new-summary
@include clearfix
@include border-radius(5px)
- width: 100%
background-color: #fafafa
min-height: 30px
padding: 5px 15px
@@ -79,7 +78,30 @@
float: right
width: 150px
font-size: 11px
- margin-right: 30px
+
+ .footer
+ a
+ text-decoration: underline
+
+ .commit
+ text-align: right
+ width: inherit
+ margin-top: 0px
+ float: right
+
+ img
+ margin-left: 5px
+ margin-right: 5px
+ vertical-align: middle
+
+ .author
+ float: left
+
+ img
+ height: 15px
+ width: 15px
+
+ .github
#summary
margin: 0 0 0 12px