remove footer background color
This commit is contained in:
parent
54b469c774
commit
a48959fbfc
|
@ -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", ->
|
||||
|
|
|
@ -51,5 +51,4 @@ table td {
|
|||
width: 100%;
|
||||
/* Set the fixed height of the footer here */
|
||||
height: 60px;
|
||||
background-color: #F2E6EB;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue