Below are all the classes in the css
._idgenobjectattribute {
height: 100%;
min-width: 100%;
width: 100%
}
._idgenobjectattribute1 {
width: auto;
height: 40%;
}
._idgenobjectlayout {
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
display: block;
text-align: center;
padding: 0;
margin: 0
}
._idgenobjectstyleoverride {
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
display: block;
padding: 0;
margin: 0
}
I see you reference
- _idgenobjectlayout
- jarvis-box
the first is in the css the second is in the xhtml so should I add
{
width : 15%;
height : auto;
}
to the jarvis -box and all other images ( with similar classes?)
Last edited by ralphiedee; 12-01-2016 at 06:03 AM.
|