update DocPage and ExamplePage
This commit is contained in:
parent
f5f1fde6a9
commit
0a999bc4f3
2 changed files with 4 additions and 3 deletions
|
@ -26,9 +26,10 @@ Ox.DocPage = function(options, self) {
|
|||
|
||||
self.$title = Ox.Label({
|
||||
style: 'square',
|
||||
title: 'Documentation: ' + self.options.item.name
|
||||
title: self.options.item.name
|
||||
})
|
||||
.css({float: 'left', margin: '4px'})
|
||||
.addClass('OxMonospace')
|
||||
.css({float: 'left', height: '13px', paddingTop: '1px', margin: '4px'})
|
||||
.appendTo(self.$toolbar)
|
||||
|
||||
self.$examplesMenu = Ox.MenuButton({
|
||||
|
|
|
@ -18,7 +18,7 @@ Ox.ExamplePage = function(options, self) {
|
|||
|
||||
self.$title = Ox.Label({
|
||||
style: 'square',
|
||||
title: 'Examples: ' + self.options.title
|
||||
title: self.options.title
|
||||
})
|
||||
.css({float: 'left', margin: '4px'})
|
||||
.appendTo(self.$toolbar)
|
||||
|
|
Loading…
Reference in a new issue