git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1440229 13f79535-47bb-0310-9956-ffa450edef68
@@ -179,6 +179,9 @@ Trunk (unreleased changes):
BUG FIXES
+ AMBARI-1290. Left border is missing from the summary section on Jobs page.
+ (srimanth via yusaku)
+
AMBARI-1278. Cannot proceed from Step 3 to Step 4 in App.testMode (Next
button is disabled). (srimanth)
@@ -28,13 +28,10 @@
.avg-table {
table-layout: fixed;
background-color: #F9F9F9;
+ border-left:1px solid #DDD;
td {
text-align:center;
border:none;
- &.avg-star{
- border-left:1px solid #DDD;
- width: 30px;
- }
}