Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

trivial css issue: biglinks css in footer not defined. #89

@markvonparty

Description

@markvonparty

Really great project 👍 I looked inside the style.css; I could not find class="biglinks" defined in the footer.mustache:

        <div class="biglinks">
          {{#previous_page}}
              <a class="left" href="{{{url}}}/{{{previous_page}}}">&larr; Previous Page</a>
          {{/previous_page}}
          {{#next_page}}
              <a class="right" href="{{{url}}}/{{{next_page}}}">Next Page &rarr;</a>
          {{/next_page}}
        </div><!--end biglinks-->

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions