allow custom metadata
This commit is contained in:
parent
ed7053c0cb
commit
996a754db5
12 changed files with 126 additions and 144 deletions
|
|
@ -29,7 +29,7 @@ oml.ui.browser = function() {
|
|||
borderWidth: Math.round(size / 64) + 'px 0',
|
||||
borderStyle: 'solid',
|
||||
borderColor: 'rgba(' + color[2].join(', ') + ')',
|
||||
margin: Math.round(size / 18) + 'px ' + Math.round(width / 3) + 'px',
|
||||
margin: Math.round(size / 18) + 'px ' + Math.round(width / 2 - 14) + 'px',
|
||||
fontSize: Math.round(size / 16) + 'px',
|
||||
textAlign: 'center',
|
||||
color: 'rgba(' + color[2].join(', ') + ')',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue