Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Use the border-box mixin for builder docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoberger committed Jun 20, 2011
1 parent 47ac0e4 commit ec0e5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions media/css/impala/developers.less
Expand Up @@ -78,9 +78,7 @@
z-index: 1000;
text-align: center;
video {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
.border-box;
max-height: 100%;
padding: 1em;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion media/css/impala/lib.less
Expand Up @@ -57,7 +57,7 @@
width: calc(@calc);
}

.border-box {
.border-box() {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
Expand Down

0 comments on commit ec0e5f7

Please sign in to comment.