Character Browser styles.css.
Reply
styles.css.
I'm not sure if this was intentional or not, but bagrow1 through bagrow5 seem rather glitched in the CSS, the original doesn't have ':' beside 'max-height'.

css
More +
.bagrow1 {
  height: 107px;
  max-height 83px;
}
.bagrow2 {
  height: 150px;
  max-height 126px;
}
.bagrow3 {
  height: 193px;
  max-height 169px;
}
.bagrow4 {
  height: 235px;
  max-height 211px;
}
.bagrow5 {
  height: 278px;
  max-height 254px;
}


css
More +
.bagrow1 {
  height: 107px;
  max-height: 83px;
}
.bagrow2 {
  height: 150px;
  max-height: 126px;
}
.bagrow3 {
  height: 193px;
  max-height: 169px;
}
.bagrow4 {
  height: 235px;
  max-height: 211px;
}
.bagrow5 {
  height: 278px;
  max-height: 254px;
}
Thu Feb 13, 2014 7:55 pm
Character Browser styles.css.
Reply