mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
This commit is contained in:
parent
4a659903fe
commit
7854d6bf5a
3 changed files with 20 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
|
||||
@media screen and ( max-height: 800px )
|
||||
top: 451px
|
||||
|
||||
|
||||
.alert
|
||||
top: 213px
|
||||
border: 5px solid darkred
|
||||
|
@ -82,3 +82,8 @@
|
|||
|
||||
a
|
||||
color: lighten(#0b63bc, 10%)
|
||||
|
||||
body[lang='ru'], body[lang^='de'], body[lang^='pt'], body[lang='pl'], body[lang='tr'], body[lang^='nl'], body[lang^='cs'], body[lang^='sv'], body[lang^='el'], body[lang^='hu'], body[lang^='bg']
|
||||
#home-view #slogan
|
||||
font-size: 22px
|
||||
line-height: 23px
|
||||
|
|
|
@ -107,3 +107,16 @@
|
|||
.unequippable
|
||||
position: absolute
|
||||
|
||||
|
||||
body:not([lang^='en'])
|
||||
#item-details-view
|
||||
#item-details-body
|
||||
.stat-row
|
||||
text-align: center
|
||||
|
||||
.stat-label, .stat
|
||||
position: initial
|
||||
display: inline-block
|
||||
|
||||
.stat-label
|
||||
margin-right: 8px
|
||||
|
|
|
@ -55,6 +55,7 @@ exports.config =
|
|||
regJoin('^app/core')
|
||||
regJoin('^app/views/core')
|
||||
'app/locale/locale.coffee'
|
||||
'app/locale/en.coffee'
|
||||
'app/lib/sprites/SpriteBuilder.coffee' # loaded by ThangType
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue