1
0
Fork 0
forked from 0x2620/oxjs

update css

This commit is contained in:
rlx 2011-10-16 12:46:27 +00:00
commit c6816dc433
2 changed files with 19 additions and 10 deletions

View file

@ -70,8 +70,8 @@ Ox.InfoList = function(options, self) {
.css({
float: 'left',
width: '132px',
height: '194px',
margin: '2px',
height: '192px',
margin: '4px 2px 4px 2px',
//background: 'blue'
})
.append(
@ -109,7 +109,7 @@ Ox.InfoList = function(options, self) {
$item = Ox.Element()
.css({
width: getItemWidth() - 8 + 'px',
height: 192 + 'px',
height: 196 + 'px',
margin: '4px',
//background: 'red'
})