Код |
---|
* {font-size: 100.01%;} html { width: 100%; height: 100%; } body { height: 100%; width: 100%; margin:0; padding:0; background:white; font-size: 80.01%; font-family: Verdana, Arial, Helvetica, sans-serif; color:#052635; } #page-container { margin:0 13px -36px; min-height: 100%; height: auto !important; height: 100%; min-width:850px; width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 840 ? "850px" : "auto"); } |