Changes in / [e3349ca:a9c1355] in prototipo_portal_2018


Ignore:
Location:
prototipo/static
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • prototipo/static/css/style.css

    re3349ca re3349ca  
    9898
    9999.text {
    100   border-radius: 20px;
     100  border-radius: 0px;
    101101  color: rgba(255, 255, 255, .5);
    102102  display: inline-block;
  • prototipo/static/js/docsDraggable.js

    re3349ca re3349ca  
    8787
    8888      $("#container1").attr("style", "background-image: url('"+__id+"');background-size: cover; background-repeat: no-repeat;  height:"+viewdimen.height+"px; width:"+viewdimen.width+"px");     
     89      $("#container1").attr("style", "background-image: url('"+__id+"');background-size: cover; background-repeat: no-repeat;  height:"+(viewdimen.height)+"px; width:"+(viewdimen.width)+"px");
     90     
    8991
    9092    });
Note: See TracChangeset for help on using the changeset viewer.