移除 calc 属性

This commit is contained in:
fen 2013-11-03 19:55:14 +08:00
parent 9c04f6117e
commit 577aa6460b
2 changed files with 1 additions and 4 deletions

View File

@ -1180,9 +1180,6 @@ a.operate-reply {
padding: 5px 20px;
border: 1px solid #F3F3F0;
border-width: 1px 0 0 1px;
height: -moz-calc(100% - 52px);
height: -webkit-calc(100% - 52px);
height: calc(100% - 52px);
background: #F6F6F3;
overflow: auto; }
.fullscreen #wmd-preview code, .fullscreen #wmd-preview pre {

View File

@ -123,7 +123,7 @@
border: 1px solid #F3F3F0;
border-width: 1px 0 0 1px;
// height: 100%;
@include calc(height, "100% - 52px");
// @include calc(height, "100% - 52px");
background: #F6F6F3;
overflow: auto;
code, pre {