padding
This commit is contained in:
parent
ea6c5529a2
commit
0daf4067a1
1 changed files with 4 additions and 2 deletions
|
@ -32,10 +32,12 @@ var app = new Ox.App({
|
||||||
var $left = new Ox.SplitPanel({
|
var $left = new Ox.SplitPanel({
|
||||||
elements: [
|
elements: [
|
||||||
{
|
{
|
||||||
element: new Ox.Element().html(app.config.site.name + ' API').css({
|
element: new Ox.Element().append(new Ox.Element()
|
||||||
|
.html(app.config.site.name + ' API').css({
|
||||||
|
'padding': '4px',
|
||||||
|
})).css({
|
||||||
'background-color': '#ddd',
|
'background-color': '#ddd',
|
||||||
'font-weight': 'bold',
|
'font-weight': 'bold',
|
||||||
'padding': '8px'
|
|
||||||
}),
|
}),
|
||||||
size: 24
|
size: 24
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue