Skip to content

Commit

Permalink
Make accept MR widget looks similar to panels
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
  • Loading branch information
dzaporozhets committed Oct 14, 2014
1 parent 4bebdc0 commit 706ee23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/assets/stylesheets/sections/merge_requests.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
.ci_widget {
padding: 10px 15px;
font-size: 15px;
border-bottom: 1px dashed #AAA;
border-bottom: 1px solid #BBB;
color: #777;

&.ci-success {
color: $bg_success;
Expand Down Expand Up @@ -143,7 +144,8 @@
padding: 10px 15px;

h4 {
margin-top: 0px;
font-size: 20px;
font-weight: normal;
}

p:last-child {
Expand Down

0 comments on commit 706ee23

Please sign in to comment.