Skip to content

Commit

Permalink
Use border-box box sizing by default for uilayers
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Oct 19, 2011
1 parent dba472d commit 6e4396a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UILayer/UILayer.mv
Expand Up @@ -1097,6 +1097,7 @@ baseStyle.appendChild document.createTextNode '.uilayer {'+
#' -webkit-text-size-adjust:none;'+
' z-index:0;'+
' opacity:1;'+
' -webkit-box-sizing: border-box;'+
'}\n'+
'.uilayer.textureBacked {'+
' -webkit-transform: matrix3d(1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1);'+
Expand Down

0 comments on commit 6e4396a

Please sign in to comment.