Commit de6bcabb382cfbc9628c85b73a843cc7f2219175
1 parent
9261800e
Exists in
master
and in
7 other branches
Melhorado o layout
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
datadownload.htm
... | ... | @@ -14,9 +14,9 @@ P |
14 | 14 | #banner |
15 | 15 | {position:absolute;top:0px;left:0px;} |
16 | 16 | #arvoreTemas |
17 | -{overflow:auto;width:230px;position:absolute;top:60px;left:0px;} | |
17 | +{overflow:auto;height:400px;width:280px;position:absolute;top:60px;left:0px;} | |
18 | 18 | #corpo |
19 | -{width:525px;position:absolute;top:60px;left:235px;background:rgb(250,250,250);} | |
19 | +{width:425px;position:absolute;top:60px;left:285px;background:rgb(250,250,250);} | |
20 | 20 | </style> |
21 | 21 | <!-- Leitura dos programas javaScript. Pode-se ler os arquivos não compactados, bastando excluir a palavra _compacto --> |
22 | 22 | <script src="classesjs/cpaint/cpaint2.inc.compressed.js" type="text/javascript"></script> | ... | ... |