Skip to content

Commit

Permalink
increased the distance between the blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
lapinp committed Jul 7, 2014
1 parent 2fd4ef7 commit c1a9ee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -2,5 +2,5 @@
{
display: inline-block;

margin: 0 30px 10px 0;
margin: 0 55px 10px 0;
}
1 change: 1 addition & 0 deletions gemini/radio-group.gemini.js
Expand Up @@ -22,6 +22,7 @@ gemini.suite('radio-group', function(root) {
captureArea,
control;

// in different types we need different main elements
if(!!~test.indexOf('button')) {
captureArea = radioItemSelectorEnabled + ' .button';
control = ' .radio';
Expand Down

0 comments on commit c1a9ee7

Please sign in to comment.