1
0
Fork 0
forked from 0x2620/oxjs

fix OxText class in CSS

This commit is contained in:
rolux 2011-05-12 05:29:35 +02:00
commit b0e5e906f5
7 changed files with 93 additions and 82 deletions

View file

@ -6,7 +6,7 @@ Ox.DocPage = function(options, self) {
item: {}
})
.options(options || {})
.addClass('OxDocPage OxText')
.addClass('OxDocPage OxDocument')
.css({
overflow: 'auto'
});