mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Fixed the background to match the footer so that there's no white at the bottom of the screen when playing full screen.
This commit is contained in:
parent
a60a3fa796
commit
90ea365dc6
2 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
@import "bootstrap/variables"
|
||||
@import "bootstrap/mixins"
|
||||
|
||||
html
|
||||
background-color: #2f261d
|
||||
|
||||
// https://github.com/twbs/bootstrap/issues/9237 -- need a version that's not !important
|
||||
.secret
|
||||
display: none
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
height: 100%
|
||||
left: 0
|
||||
top: 0
|
||||
z-index: -1
|
||||
z-index: 0
|
||||
background-image: url(/images/level/hud_left_wing.png)
|
||||
background-position: right
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
|||
height: 100%
|
||||
right: 0
|
||||
top: 0
|
||||
z-index: -1
|
||||
z-index: 0
|
||||
background-image: url(/images/level/hud_right_wing.png)
|
||||
background-position: left
|
||||
|
||||
|
@ -57,6 +57,8 @@
|
|||
color: #BEBEBE
|
||||
font-size: 12px
|
||||
overflow: hidden
|
||||
z-index: 1
|
||||
position: relative
|
||||
|
||||
.no-selection-message
|
||||
display: none
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue