Skip to content

Commit

Permalink
Fixed rounding of corners for expanded content.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Oct 10, 2012
1 parent d163431 commit 1684203
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/theme-gcwu-fegc/css/theme-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-gcwu-intranet/css/theme-min.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions src/theme-gcwu-fegc/sass/includes/default-mobile.scss
Expand Up @@ -424,6 +424,14 @@ img{
border-left-width: 1px;
border-right-width: 1px;
}
.ui-collapsible-heading:not(.ui-collapsible-heading-collapsed) a {
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.ui-collapsible-content {
padding:0;
a {
Expand Down

0 comments on commit 1684203

Please sign in to comment.