correct border radius change set div

This commit is contained in:
mrliptontea
2015-03-11 12:01:16 +01:00
parent 06932c7903
commit ac70bf5af5
2 changed files with 5 additions and 4 deletions

View File

@@ -526,12 +526,13 @@ span.private {
border: 1px solid $issue-border;
&:first-of-type {
border-radius: $panel-border-radius $panel-border-radius 0 0;
border-top-right-radius: $panel-border-radius;
border-top-left-radius: $panel-border-radius;
}
&:last-of-type {
border-radius: 0 0 $panel-border-radius $panel-border-radius;
border-bottom-right-radius: $panel-border-radius;
border-bottom-left-radius: $panel-border-radius;
}
> p {

File diff suppressed because one or more lines are too long