forked from 0x2620/oxjs
fix OxText class in CSS
This commit is contained in:
parent
feef0a2568
commit
b0e5e906f5
7 changed files with 93 additions and 82 deletions
|
|
@ -6,7 +6,7 @@ Ox.DocPage = function(options, self) {
|
|||
item: {}
|
||||
})
|
||||
.options(options || {})
|
||||
.addClass('OxDocPage OxText')
|
||||
.addClass('OxDocPage OxDocument')
|
||||
.css({
|
||||
overflow: 'auto'
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue