fixed minor style issue on build output page

This commit is contained in:
Brad Rydzewski 2014-02-07 03:30:55 -07:00
parent dbf43d0a88
commit bac4d2c3b2
2 changed files with 2 additions and 2 deletions

View file

@ -889,7 +889,7 @@ pre {
} }
.build-details .build-summary { .build-details .build-summary {
float: left; float: left;
width: 250px; width: 300px;
padding-left: 20px; padding-left: 20px;
} }
.build-details img { .build-details img {

View file

@ -1041,7 +1041,7 @@ pre {
.build-summary { .build-summary {
float:left; float:left;
width:250px; width:300px;
padding-left:20px; padding-left:20px;
} }