remove footer background color

This commit is contained in:
Christine Dodrill 2015-02-05 12:55:53 -08:00
parent 54b469c774
commit a48959fbfc
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,7 @@ class Layout extends Widget
script src: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"
script src: "/static/js/instantclick.min.js"
meta name: "viewport", content: "ya-title=#FFF9FD,ya-dock=#F2E6EB"
meta name: "viewport", content: "ya-title=#FFF9FD,ya-dock=#FFF9FD"
header: =>
nav class: "navbar navbar-fixed-top", ->

View File

@ -51,5 +51,4 @@ table td {
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #F2E6EB;
}