Skip to content

Commit

Permalink
Merge pull request #783 from bradsdavis/WINDUP-864
Browse files Browse the repository at this point in the history
WINDUP-864 - Fixed styling of boxes on expand
  • Loading branch information
jsight committed Dec 7, 2015
2 parents 8d98e34 + 7985ea8 commit 1ec9505
Showing 1 changed file with 3 additions and 4 deletions.
Expand Up @@ -65,11 +65,10 @@ body {
}

.panel.panel-primary.panel-boarding {
border-radius: 8pt;
}

}
.panel.panel-primary.panel-boarding > .panel-heading {
border-radius: 8px 8px 0 0 !important;
border-color: #00255D;
border-color: #008cba;
}

.panel.panel-primary h3 {
Expand Down

0 comments on commit 1ec9505

Please sign in to comment.