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:
Scott Erickson 2014-02-21 17:07:31 -08:00
parent a60a3fa796
commit 90ea365dc6
2 changed files with 7 additions and 2 deletions
app/styles

View file

@ -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

View file

@ -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