Maxim Sokhatsky 11 лет назад
Родитель
Сommit
7a281ebfcd
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      apps/face/priv/static/doc/svg.htm
  2. 2 2
      apps/face/priv/static/doc/synrc.css

+ 1 - 1
apps/face/priv/static/doc/svg.htm

@@ -284,7 +284,7 @@ XML елементами, як це є в WPF наприклад. Тут спр
 </div>
 
 <div class="contents">
-<iframe src="contents.htm" frameborder=0 width=340 height=2190></iframe>
+<iframe src="contents.htm" frameborder=0 width=340 height=510></iframe>
 </div>
 
 </div>

+ 2 - 2
apps/face/priv/static/doc/synrc.css

@@ -21,11 +21,11 @@
     .small_infoblock { font-family: Calibri, Lucida Sans Unicode; font-size:8pt; }
     .block  { background-color: #EEEEEE; padding-top:6;padding-bottom:10;padding-right:10;padding-left:10;}
 
-.threecol { float:left; }
+.threecol { width:1300px; float:left; }
 .left { float:left; }
 .hints { width:59px;float:left;margin-right:6px; }
 .main { width:843px;float:left;margin-right:26px; margin-left: 50px; }
-.contents { font-size: 19pt; width:170px;float:left; }
+.contents { font-size: 19pt; width:200px;float:left; }
 
 code { background-color: lightblue; margin: 15px 0px 20px 20px;
        padding: 15px 30px 20px 20px; display: inline-block;