Skip to content

Commit

Permalink
Merge pull request #45 from Spinarooni/master
Browse files Browse the repository at this point in the history
Fix modal / dialog not centering, fixes #44
  • Loading branch information
NelsonReis committed Dec 4, 2013
2 parents 206db20 + 7b6e4c9 commit 87a6d35
Show file tree
Hide file tree
Showing 2 changed files with 6,170 additions and 4 deletions.
4 changes: 1 addition & 3 deletions bootstrap/modals.less
Expand Up @@ -35,10 +35,8 @@
// Shell div to position the modal with bottom padding
.modal-dialog {
position: relative;
margin-left: auto;
margin-right: auto;
width: auto;
margin: 10px;
margin: 30px auto;
z-index: (@zindex-modal-background + 10);
}

Expand Down
6,170 changes: 6,169 additions & 1 deletion css/metro-bootstrap.css

Large diffs are not rendered by default.

0 comments on commit 87a6d35

Please sign in to comment.