Commit fef2002b95462fa8503a46e827f6f5878198e5b5

Authored by wb
2 parents 62be6687 0300bb23

Merge branch 'branch' of http://192.168.1.195:9998/web_developers/javaplatform.git into branch

Showing 1 changed file with 4 additions and 4 deletions
css/libCss/common.css
... ... @@ -108,10 +108,10 @@ section{
108 108  
109 109 overflow-x: auto;
110 110 overflow-y: auto;
111   - height: 100%;
112   - /*height: calc(100% - 80px);*/
113   - /*height: -webkit-calc(100% - 80px);*/
114   - /*height: -moz-calc(100% - 80px);*/
  111 + /*height: 100%;*/
  112 + height: calc(100% - 10px);
  113 + height: -webkit-calc(100% - 10px);
  114 + height: -moz-calc(100% - 10px);
115 115 width:calc(100% - 200px);
116 116 width:-webkit-calc(100% - 200px);
117 117 width:-moz-calc(100% - 200px);
... ...