This commit is contained in:
j 2016-11-29 22:02:48 +00:00
commit bca81caaa2
6 changed files with 13 additions and 13 deletions

View file

@ -24,7 +24,7 @@ pandora.ui.home = function() {
left: 0,
top: 0,
right: 0,
bottom: '80px',
bottom: '160px',
width: window.innerWidth + 'px',
margin: 'auto',
cursor: 'pointer'
@ -180,7 +180,7 @@ pandora.ui.home = function() {
}
}),
$aboutButton = Ox.Button({
title: Ox._('About {0}', [pandora.site.site.name]),
title: Ox._('{0}', [pandora.site.site.name]),
width: 156
})
.css({

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 7 KiB

Before After
Before After