summaryrefslogtreecommitdiff
path: root/swat/apps/resource/css/layout-samba_ie.css
blob: 70de91b69e66e9923515db7887ce5af0be54004a (plain)
1
2
3
4
5
6
7
8
9
10
11
#demoFrame{
  height: expression(document.body.offsetHeight - 40);
}

#demoDebug{
  height: expression(document.body.offsetHeight - 184);
}

#demoDebug .log-body{
  height: expression(document.body.offsetHeight - 214);
}