Commit e0b2c4f2 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Make footer visible again.

The footer styles had been nested under #treecontainer, but the #footer
div was not actually there.
parent 77d326e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// Styles for footer

#treecontainer #footer {
#footer {
  background: $docs-bg-color;
  color: gray;
  a { color: gray; }